mirror of
https://github.com/Lidarr/Lidarr.git
synced 2024-11-08 06:30:18 -08:00
c3c50498bd
Closes #4382 Closes #4383 Closes #4401 Closes #4407 Closes #4423 Closes #4474 Co-Authored-By: Stevie Robinson <stevie.robinson@gmail.com>
21 lines
492 B
Desktop File
21 lines
492 B
Desktop File
# This file is owned by the lidarr package, DO NOT MODIFY MANUALLY
|
|
# Instead use 'dpkg-reconfigure -plow lidarr' to modify User/Group/UMask/-data
|
|
# Or use systemd built-in override functionality using 'systemctl edit lidarr'
|
|
[Unit]
|
|
Description=Lidarr Daemon
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=lidarr
|
|
Group=lidarr
|
|
UMask=002
|
|
|
|
Type=simple
|
|
ExecStart=/opt/Lidarr/Lidarr -nobrowser -data=/var/lib/lidarr
|
|
TimeoutStopSec=20
|
|
KillMode=process
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|