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 09:36:06 +02:00
parent cba68b8941
commit e788c8ae75

View file

@ -10,7 +10,8 @@ Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__/
ExecStart=/bin/sh "__FINALPATH__/jackett_launcher.sh" --Port __PORT__ --NoUpdates
ExecStart=/bin/sh "__FINALPATH__/jackett_launcher.sh" --Port __PORT__
#--NoUpdates
TimeoutStopSec=30
[Install]