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
6e18b81cb8
commit
b1f02e0f75
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue