diff options
Diffstat (limited to 'httpd.logrotate')
-rw-r--r-- | httpd.logrotate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httpd.logrotate b/httpd.logrotate index 794b9d7..28c9730 100644 --- a/httpd.logrotate +++ b/httpd.logrotate @@ -4,6 +4,6 @@ sharedscripts delaycompress postrotate - /sbin/service httpd reload > /dev/null 2>/dev/null || true + /bin/systemctl reload httpd.service > /dev/null 2>/dev/null || true endscript } |