From f671919a79961f771ecb7e63598653dce1e3de73 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Thu, 26 Feb 2004 23:27:44 +0000 Subject: [PATCH] - HUP->USR1 (graceful reload) Changed files: apache.logrotate -> 1.4.4.1 --- apache.logrotate | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apache.logrotate b/apache.logrotate index ae9fa01..2226453 100644 --- a/apache.logrotate +++ b/apache.logrotate @@ -1,27 +1,27 @@ /var/log/httpd/access_log { olddir /var/log/archiv/httpd postrotate - /bin/killall -HUP httpd + /bin/killall -USR1 httpd endscript } /var/log/httpd/agent_log { olddir /var/log/archiv/httpd postrotate - /bin/killall -HUP httpd + /bin/killall -USR1 httpd endscript } /var/log/httpd/error_log { olddir /var/log/archiv/httpd postrotate - /bin/killall -HUP httpd + /bin/killall -USR1 httpd endscript } /var/log/httpd/referer_log { olddir /var/log/archiv/httpd postrotate - /bin/killall -HUP httpd + /bin/killall -USR1 httpd endscript } -- 2.44.0