summaryrefslogtreecommitdiffstats
path: root/httpd.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'httpd.logrotate')
-rw-r--r--httpd.logrotate2
1 files changed, 1 insertions, 1 deletions
diff --git a/httpd.logrotate b/httpd.logrotate
index dd0ce1b..8be0f0e 100644
--- a/httpd.logrotate
+++ b/httpd.logrotate
@@ -3,6 +3,6 @@
notifempty
sharedscripts
postrotate
- /bin/kill -HUP `cat /var/run/httpd.pid 2>/dev/null` 2> /dev/null || true
+ /bin/kill -USR1 `cat /var/run/httpd.pid 2>/dev/null` 2> /dev/null || true
endscript
}