Set KillMode=process (#1231543)
This commit is contained in:
parent
8895b33172
commit
14760f87c2
@ -8,6 +8,7 @@ PIDFile=/run/nginx.pid
|
||||
ExecStartPre=/usr/sbin/nginx -t
|
||||
ExecStart=/usr/sbin/nginx
|
||||
ExecReload=/bin/kill -s HUP $MAINPID
|
||||
KillMode=process
|
||||
KillSignal=SIGQUIT
|
||||
TimeoutStopSec=5
|
||||
PrivateTmp=true
|
||||
|
Loading…
Reference in New Issue
Block a user