mpd.service: Set the Documentation option
This makes references to mpd(1) and mpd(5) appear in systemd status output.
This commit is contained in:
parent
84e09aa8dd
commit
95ebd57b25
|
@ -1,5 +1,6 @@
|
|||
[Unit]
|
||||
Description=Music Player Daemon
|
||||
Documentation=man:mpd(1) man:mpd.conf(5)
|
||||
After=network.target sound.target
|
||||
|
||||
[Service]
|
||||
|
|
Loading…
Reference in New Issue