mpd/systemd/mpd.service.in
2014-01-27 08:55:42 +01:00

10 lines
161 B
SYSTEMD

[Unit]
Description=Music Player Daemon
After=network.target sound.target
[Service]
ExecStart=@prefix@/bin/mpd --no-daemon
[Install]
WantedBy=multi-user.target