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

18 lines
304 B
SYSTEMD
Raw Normal View History

2021-06-09 22:55:44 +02:00
[Unit]
Description=Lidarr Daemon
After=syslog.target network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
2023-03-23 23:13:14 +01:00
WorkingDirectory=__INSTALL_DIR__/
2023-03-23 23:22:09 +01:00
ExecStart=__INSTALL_DIR__/Lidarr -nobrowser -data=__DATA_DIR__
2021-06-09 22:55:44 +02:00
TimeoutStopSec=20
KillMode=process
Restart=always
[Install]
WantedBy=multi-user.target