diff options
Diffstat (limited to 'systemd')
-rw-r--r-- | systemd/mpd.service.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/systemd/mpd.service.in b/systemd/mpd.service.in new file mode 100644 index 000000000..65fffa7bb --- /dev/null +++ b/systemd/mpd.service.in @@ -0,0 +1,9 @@ +[Unit] +Description=Music Player Daemon +After=network.target sound.target + +[Service] +ExecStart=@prefix@/bin/mpd --no-daemon + +[Install] +WantedBy=multi-user.target |