diff options
Diffstat (limited to 'abs/core/apache/httpd.logrotate')
-rw-r--r-- | abs/core/apache/httpd.logrotate | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core/apache/httpd.logrotate b/abs/core/apache/httpd.logrotate index c9755de..02eb326 100644 --- a/abs/core/apache/httpd.logrotate +++ b/abs/core/apache/httpd.logrotate @@ -1,6 +1,7 @@ /var/log/httpd/*log { missingok + sharedscripts postrotate - /bin/kill -HUP `cat /run/httpd/httpd.pid 2>/dev/null` 2> /dev/null || true + /usr/bin/systemctl reload httpd.service 2>/dev/null || true endscript } |