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
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
SyslogIdentifier=jackett
|
|
||||||
Restart=always
|
|
||||||
RestartSec=5
|
|
||||||
Type=simple
|
Type=simple
|
||||||
User=__APP__
|
User=__APP__
|
||||||
Group=__APP__
|
Group=__APP__
|
||||||
|
@ -13,6 +10,9 @@ WorkingDirectory=__FINALPATH__/
|
||||||
ExecStart=/bin/sh "__FINALPATH__/jackett_launcher.sh" --Port __PORT__
|
ExecStart=/bin/sh "__FINALPATH__/jackett_launcher.sh" --Port __PORT__
|
||||||
#--NoUpdates
|
#--NoUpdates
|
||||||
TimeoutStopSec=30
|
TimeoutStopSec=30
|
||||||
|
SyslogIdentifier=jackett
|
||||||
|
Restart=always
|
||||||
|
RestartSec=5
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Add table
Reference in a new issue