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

Update systemd.service

This commit is contained in:
ericgaspar 2021-08-23 10:03:00 +02:00
parent 6e18b81cb8
commit b1f02e0f75

View file

@ -3,9 +3,6 @@ Description=Jackett Daemon
After=network.target
[Service]
SyslogIdentifier=jackett
Restart=always
RestartSec=5
Type=simple
User=__APP__
Group=__APP__
@ -13,6 +10,9 @@ WorkingDirectory=__FINALPATH__/
ExecStart=/bin/sh "__FINALPATH__/jackett_launcher.sh" --Port __PORT__
#--NoUpdates
TimeoutStopSec=30
SyslogIdentifier=jackett
Restart=always
RestartSec=5
[Install]
WantedBy=multi-user.target