mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 07:05:57 -05:00
17d3058147
systemd service and config files populated with paths/users Added user/group override options to configure Added man ref in service file
17 lines
353 B
SYSTEMD
Executable File
17 lines
353 B
SYSTEMD
Executable File
[Unit]
|
|
Description=DAAP/DACP (iTunes), RSP and MPD server, supports AirPlay and Remote
|
|
Documentation=man:forked-daapd(8)
|
|
After=network.target sound.target
|
|
|
|
[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
|
|
|