1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lidarr_ynh.git synced 2024-09-03 19:35:58 +02:00
lidarr_ynh/conf/systemd.service
Éric Gaspar 50c132c036 v2
2023-03-23 23:22:09 +01:00

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