From: Marcin Krol <hawk@tld-linux.org>
Date: Sun, 27 May 2018 22:45:27 +0000 (+0000)
Subject: - cleanup
X-Git-Url: https://git.tld-linux.org/?a=commitdiff_plain;h=2ead62884ef8c8b391cbd92c062043d372522b8b;p=packages%2Fapache.git

- cleanup
---

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
 }