1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jackett_ynh.git synced 2024-09-03 19:26:28 +02:00
jackett_ynh/conf/systemd.service

18 lines
328 B
SYSTEMD
Raw Normal View History

2021-05-21 14:24:10 +02:00
[Unit]
2021-05-21 15:13:27 +02:00
Description=Jackett Daemon
2021-05-21 14:24:10 +02:00
After=network.target
[Service]
2021-05-21 15:13:27 +02:00
SyslogIdentifier=jackett
Restart=always
RestartSec=5
2021-05-21 14:24:10 +02:00
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__/
2021-05-21 15:13:27 +02:00
ExecStart=/bin/sh "__FINALPATH__/jackett_launcher.sh" --Port __PORT__ --NoUpdates
TimeoutStopSec=30
2021-05-21 14:24:10 +02:00
[Install]
WantedBy=multi-user.target