From 2ead62884ef8c8b391cbd92c062043d372522b8b Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Sun, 27 May 2018 22:45:27 +0000 Subject: [PATCH] - cleanup --- apache.logrotate | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/apache.logrotate b/apache.logrotate index 2d05b37..27ebbe5 100644 --- a/apache.logrotate +++ b/apache.logrotate @@ -9,10 +9,6 @@ olddir /var/log/archive/httpd sharedscripts postrotate - if /bin/systemd_booted; then - /bin/systemctl reload httpd.service - else - /sbin/service httpd flush-logs > /dev/null - fi + /sbin/service httpd flush-logs > /dev/null endscript } -- 2.44.0