systemd: set Type=notify
Tell systemd that MPD is going to notify it when initialization is done.
This commit is contained in:
parent
224944528f
commit
c85ba73371
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue