diff options
author | Wieland Hoffmann <themineo@gmail.com> | 2015-07-17 19:55:23 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-08-06 22:03:29 +0200 |
commit | 95ebd57b25fb0619b55fa522816fb85326708b93 (patch) | |
tree | 2398fa7751f80a6c4e54bcd2125217130138e51b /systemd | |
parent | 84e09aa8dd3a7ac1e6fd8945a3e22b2011e91704 (diff) |
mpd.service: Set the Documentation option
This makes references to mpd(1) and mpd(5) appear in systemd status output.
Diffstat (limited to 'systemd')
-rw-r--r-- | systemd/mpd.service.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/systemd/mpd.service.in b/systemd/mpd.service.in index a72eb925c..caf0d67ca 100644 --- a/systemd/mpd.service.in +++ b/systemd/mpd.service.in @@ -1,5 +1,6 @@ [Unit] Description=Music Player Daemon +Documentation=man:mpd(1) man:mpd.conf(5) After=network.target sound.target [Service] |