summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2016-02-26 16:14:06 +0100
committerMax Kellermann <max@duempel.org>2016-02-26 16:14:06 +0100
commitc85ba73371175491ef75eee2a349b582b3dbe639 (patch)
treef42158306bcf0ad0f0762c51c9104327dc59629e
parent224944528f31c577029685124d98a1304dee12aa (diff)
systemd: set Type=notify
Tell systemd that MPD is going to notify it when initialization is done.
-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 09a5ad2a5..f48c0f0e4 100644
--- a/systemd/mpd.service.in
+++ b/systemd/mpd.service.in
@@ -4,6 +4,7 @@ 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