summaryrefslogtreecommitdiffstats
path: root/httpd-2.4.3-apctl-systemd.patch
diff options
context:
space:
mode:
Diffstat (limited to 'httpd-2.4.3-apctl-systemd.patch')
-rw-r--r--httpd-2.4.3-apctl-systemd.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/httpd-2.4.3-apctl-systemd.patch b/httpd-2.4.3-apctl-systemd.patch
index bcb57fe..5823aee 100644
--- a/httpd-2.4.3-apctl-systemd.patch
+++ b/httpd-2.4.3-apctl-systemd.patch
@@ -24,7 +24,7 @@ index c6ac3ea..2599386 100644
+ ERROR=$?
+ ;;
+graceful)
-+ /usr/bin/systemctl restart httpd.service
++ /usr/bin/systemctl reload httpd.service
+ ERROR=$?
+ ;;
+graceful-stop)