From f7210bd855369cbcc364dd7ab585c4a40fe108e3 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Fri, 27 Apr 2012 16:56:26 +0100 Subject: use systemctl from logrotate (#221073) Resolves: rhbz#221073 --- httpd.logrotate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httpd.logrotate') 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 } -- cgit