diff options
author | Max Kellermann <max@duempel.org> | 2014-01-27 08:50:59 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-27 08:55:42 +0100 |
commit | 0ab66db7b95cdcf5aa5223e1c55ff24d386aa833 (patch) | |
tree | 2bc2299ede606d218a9387ed0d4357d556aaeff1 /systemd/mpd.service.in | |
parent | f7669c201fc7afe651c82a062b46638b664054e3 (diff) | |
download | mpd-0ab66db7b95cdcf5aa5223e1c55ff24d386aa833.tar.gz mpd-0ab66db7b95cdcf5aa5223e1c55ff24d386aa833.tar.xz mpd-0ab66db7b95cdcf5aa5223e1c55ff24d386aa833.zip |
move systemd unit to directory systemd/
Diffstat (limited to 'systemd/mpd.service.in')
-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 |