10 lines
146 B
SYSTEMD
10 lines
146 B
SYSTEMD
[Unit]
|
|
Description=Music Player Daemon
|
|
After=sound.target
|
|
|
|
[Service]
|
|
ExecStart=@prefix@/bin/mpd --no-daemon
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|