summarylogtreecommitdiffstats
path: root/logrotate
diff options
context:
space:
mode:
authorAllen Zhong2015-02-24 02:15:47 +0800
committerAllen Zhong2015-02-24 02:15:47 +0800
commite068c1205d5118174db910609e2c67898906784d (patch)
tree94c040d543e65aa7ff594cece7dc2afe92f7b390 /logrotate
parent992665352cfc34532fffb006439bd0c28b7a55df (diff)
downloadaur-e068c1205d5118174db910609e2c67898906784d.tar.gz
upgpkg: tengine-extra 2.1.0-5
* Fix documentation name from nginx->tengine * Fix /sbin exists error on fresh installs
Diffstat (limited to 'logrotate')
-rw-r--r--logrotate2
1 files changed, 1 insertions, 1 deletions
diff --git a/logrotate b/logrotate
index 22d47fd48e15..829e6dab64d7 100644
--- a/logrotate
+++ b/logrotate
@@ -5,6 +5,6 @@
sharedscripts
compress
postrotate
- test -r /var/run/tengine.pid && kill -USR1 `cat /var/run/tengine.pid`
+ test -r /run/tengine.pid && kill -USR1 `cat /var/run/tengine.pid`
endscript
}