/lib/systemd/system/forked-daapd.service 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 13 14 | [Unit]
Description=DAAP/DACP (iTunes), RSP and MPD server, supports AirPlay and Remote
After=network.target sound.target
[Service]
ExecStart=/usr/sbin/forked-daapd -f
# Restart, but not more than once every 10 minutes
Restart=on-failure
StartLimitBurst=2
StartLimitInterval=600
[Install]
WantedBy=multi-user.target
|