17 lines
410 B
SYSTEMD
17 lines
410 B
SYSTEMD
[Unit]
|
|
Description=DAAP/DACP (iTunes), RSP and MPD server, supports AirPlay and Remote
|
|
Documentation=man:forked-daapd(8)
|
|
After=network.target sound.target remote-fs.target pulseaudio.service avahi-daemon.service
|
|
|
|
[Service]
|
|
ExecStart=@sbindir@/forked-daapd -f
|
|
|
|
# Restart, but not more than once every 10 minutes
|
|
Restart=on-failure
|
|
StartLimitBurst=2
|
|
StartLimitInterval=600
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|