diff options
Diffstat (limited to 'systemd')
-rw-r--r-- | systemd/mpd.service.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/systemd/mpd.service.in b/systemd/mpd.service.in index 250ab521c..7b0218bf2 100644 --- a/systemd/mpd.service.in +++ b/systemd/mpd.service.in @@ -1,8 +1,10 @@ [Unit] Description=Music Player Daemon +Documentation=man:mpd(1) man:mpd.conf(5) After=network.target sound.target [Service] +Type=notify ExecStart=@prefix@/bin/mpd --no-daemon # allow MPD to use real-time priority 50 |