mirror of
https://github.com/YunoHost-Apps/lidarr_ynh.git
synced 2024-09-03 19:35:58 +02:00
17 lines
301 B
Desktop File
17 lines
301 B
Desktop File
[Unit]
|
|
Description=Lidarr Daemon
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=__APP__
|
|
Group=__APP__
|
|
WorkingDirectory=__FINALPATH__/
|
|
ExecStart=__FINALPATH__/Lidarr -nobrowser -data=__DATA_PATH__
|
|
|
|
TimeoutStopSec=20
|
|
KillMode=process
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|