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