move systemd unit to directory systemd/

This commit is contained in:
Max Kellermann
2014-01-27 08:50:59 +01:00
parent f7669c201f
commit 0ab66db7b9
4 changed files with 4 additions and 4 deletions

9
systemd/mpd.service.in Normal file
View File

@@ -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