aboutsummaryrefslogtreecommitdiffstats
path: root/systemd
diff options
context:
space:
mode:
authorWieland Hoffmann <themineo@gmail.com>2015-07-17 19:55:23 +0200
committerMax Kellermann <max@duempel.org>2015-08-06 22:03:29 +0200
commit95ebd57b25fb0619b55fa522816fb85326708b93 (patch)
tree2398fa7751f80a6c4e54bcd2125217130138e51b /systemd
parent84e09aa8dd3a7ac1e6fd8945a3e22b2011e91704 (diff)
downloadmpd-95ebd57b25fb0619b55fa522816fb85326708b93.tar.gz
mpd-95ebd57b25fb0619b55fa522816fb85326708b93.tar.xz
mpd-95ebd57b25fb0619b55fa522816fb85326708b93.zip
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.in1
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]