Switch back to /bin/kill due to SELinux denials

This commit is contained in:
Jamie Nguyen 2015-07-03 13:35:51 +01:00
parent 41a69e61a1
commit d6fe3140ac
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
compress
sharedscripts
postrotate
/usr/bin/systemctl kill --signal=SIGUSR1 --kill-who=main nginx.service 2>/dev/null || true
/bin/kill -USR1 `cat /run/nginx.pid 2>/dev/null` 2>/dev/null || true
endscript
}