Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two systemd unit fixes #269

Merged
merged 3 commits into from
Jan 18, 2024
Merged

Commits on Jan 18, 2024

  1. build: Install systemd units by default

    I was being too chicken; there's no reason not to install our
    systemd units by default.  They're not enabled by default,
    but we do want to encourage their use.
    
    Signed-off-by: Colin Walters <walters@verbum.org>
    cgwalters committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    99a84fa View commit details
    Browse the repository at this point in the history
  2. Fix manpage for service

    We need `-s` for the pandoc invocation to render this right.
    
    Signed-off-by: Colin Walters <walters@verbum.org>
    cgwalters committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    afb34bd View commit details
    Browse the repository at this point in the history
  3. xtask: Use mandown, not pandoc

    I forgot that this direction of things is used when
    we're making a default tarball, and we didn't
    currently depend on pandoc there.  Let's use this
    `mandown` crate instead which definitely does the
    trick.
    
    Signed-off-by: Colin Walters <walters@verbum.org>
    cgwalters committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    ffa527b View commit details
    Browse the repository at this point in the history