mirror of https://github.com/Sonarr/Sonarr
21 lines
500 B
Desktop File
21 lines
500 B
Desktop File
# 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'
|
|
[Unit]
|
|
Description=Sonarr Daemon
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=sonarr
|
|
Group=sonarr
|
|
UMask=002
|
|
|
|
Type=simple
|
|
ExecStart=/usr/lib/sonarr/bin/Sonarr -nobrowser -data=/var/lib/sonarr
|
|
TimeoutStopSec=20
|
|
KillMode=process
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|