From c85ba73371175491ef75eee2a349b582b3dbe639 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 26 Feb 2016 16:14:06 +0100 Subject: [PATCH] systemd: set Type=notify Tell systemd that MPD is going to notify it when initialization is done. --- systemd/mpd.service.in | 1 + 1 file changed, 1 insertion(+) 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