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:
parent
cba68b8941
commit
e788c8ae75
1 changed files with 2 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue