2021-03-10 19:53:33 +00:00
|
|
|
# This file is owned by the sonarr package, DO NOT MODIFY MANUALLY
|
|
|
|
# Instead use 'dpkg-reconfigure -plow sonarr' to modify User/Group/UMask/-data
|
|
|
|
# Or use systemd built-in override functionality using 'systemctl edit sonarr'
|
2018-01-26 19:30:13 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Sonarr Daemon
|
|
|
|
After=network.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
User=sonarr
|
|
|
|
Group=sonarr
|
2018-11-09 23:51:45 +00:00
|
|
|
UMask=002
|
2018-01-26 19:30:13 +00:00
|
|
|
|
|
|
|
Type=simple
|
2022-08-08 06:31:21 +00:00
|
|
|
ExecStart=/usr/lib/sonarr/bin/Sonarr -nobrowser -data=/var/lib/sonarr
|
2018-01-26 19:30:13 +00:00
|
|
|
TimeoutStopSec=20
|
|
|
|
KillMode=process
|
|
|
|
Restart=on-failure
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|