summaryrefslogtreecommitdiff
path: root/pcr/nginx-passenger/logrotate
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-02-26 22:31:10 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-02-26 22:50:35 +0100
commit8572555312ce7b217ac15524ec0d252b46f8fb33 (patch)
treee7a439affa0c646d2d014aa8bcf88554b9c5af34 /pcr/nginx-passenger/logrotate
parentdec087d1f8c2f7f2e77eb32f2d754fcc7fe652ae (diff)
pcr/nginx-passenger: updated to 1.12.1.passenger.5.1.6
Diffstat (limited to 'pcr/nginx-passenger/logrotate')
-rw-r--r--pcr/nginx-passenger/logrotate3
1 files changed, 1 insertions, 2 deletions
diff --git a/pcr/nginx-passenger/logrotate b/pcr/nginx-passenger/logrotate
index 03812b688..6fcf5581a 100644
--- a/pcr/nginx-passenger/logrotate
+++ b/pcr/nginx-passenger/logrotate
@@ -2,10 +2,9 @@
missingok
notifempty
create 640 http log
- su http log
sharedscripts
compress
postrotate
- test ! -r /run/nginx.pid || kill -USR1 `cat /run/nginx.pid`
+ test ! -r /var/run/nginx.pid || kill -USR1 `cat /var/run/nginx.pid`
endscript
}