/etc/init/forked-daapd.conf is in forked-daapd 24.2-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | description "DAAP/DACP (iTunes) server, support for AirPlay and Spotify"
author "Espen Jürgensen <espenjurgensen@gmail.com>"
start on started avahi-daemon
stop on stopping avahi-daemon
# If the server fails try to respawn it, but not more than once in a minute
respawn
respawn limit 1 60
# Run in foreground - if not we would need to set the expect stanza
exec forked-daapd -f
|