Skip to content

Commit

Permalink
Merge pull request #334 from lechner/add-documentation-key-to-systemd…
Browse files Browse the repository at this point in the history
…-service

The *Documentation* systemd unit file directive provides a location for a list of URIs for documentation. These can be either internally available man pages or web accessible URLs. The systemctl status command will expose this information, allowing for easy discoverability.

References to associated man pages added.
  • Loading branch information
sm0svx committed Dec 7, 2017
2 parents 472519a + 7cfd04f commit 84ed352
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/svxlink/systemd/remotetrx.service.in
Expand Up @@ -2,6 +2,7 @@

[Unit]
Description=SvxLink remote transceiver repeater control software
Documentation=man:remotetrx(1)
Requires=svxlink_gpio_setup.service
After=network.target remote-fs.target syslog.target time.target
After=svxlink_gpio_setup.service
Expand Down
1 change: 1 addition & 0 deletions src/svxlink/systemd/svxlink.service.in
Expand Up @@ -2,6 +2,7 @@

[Unit]
Description=SvxLink repeater control software
Documentation=man:svxlink(1)
Requires=svxlink_gpio_setup.service
After=network.target remote-fs.target syslog.target time.target
After=svxlink_gpio_setup.service
Expand Down
1 change: 1 addition & 0 deletions src/svxlink/systemd/svxlink_gpio_setup.service.in
@@ -1,5 +1,6 @@
[Unit]
Description=SvxLink repeater control software GPIO setup
Documentation=man:svxlink(1)

[Service]
Type=oneshot
Expand Down

0 comments on commit 84ed352

Please sign in to comment.