]> TLD Linux GIT Repositories - packages/apache.git/blobdiff - apache.logrotate
- updated to 2.4.48
[packages/apache.git] / apache.logrotate
index 2d05b37679755e5e30d1bc5a1c426b2a75324613..27ebbe548d6bd2a1204acfecad5f4bd72c5848cc 100644 (file)
@@ -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
 }