1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/readarr_ynh.git synced 2024-09-03 20:16:17 +02:00
readarr_ynh/conf/systemd.service
Éric Gaspar 1dbb443640 cleaning
2023-10-04 22:13:50 +02:00

16 lines
296 B
Desktop File

[Unit]
Description=Readarr Daemon
After=network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__INSTALL_DIR__/
ExecStart=__INSTALL_DIR__/Readarr -nobrowser -data=__DATA_DIR__/
TimeoutStopSec=20
KillMode=process
Restart=on-failure
[Install]
WantedBy=multi-user.target