fix(systemd): Remove 5 second timeout, use default (90) (#15168)
This commit is contained in:
parent
583e7cd46e
commit
406bd5e46f
|
|
@ -15,7 +15,6 @@ ExecReload=/bin/kill -HUP $MAINPID
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
RestartForceExitStatus=SIGPIPE
|
RestartForceExitStatus=SIGPIPE
|
||||||
KillMode=mixed
|
KillMode=mixed
|
||||||
TimeoutStopSec=5
|
|
||||||
LimitMEMLOCK=8M:8M
|
LimitMEMLOCK=8M:8M
|
||||||
PrivateMounts=true
|
PrivateMounts=true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue