[config] Include systemd service file (closes #213)

This commit is contained in:
ejurgensen
2016-01-10 18:44:26 +01:00
parent 0f58495e0d
commit ea184a2844
2 changed files with 19 additions and 1 deletions

15
forked-daapd.service Executable file
View File

@@ -0,0 +1,15 @@
[Unit]
Description=DAAP/DACP (iTunes), RSP and MPD server, supports AirPlay and Remote
After=network.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