summaryrefslogtreecommitdiffstats
path: root/httpd.service
diff options
context:
space:
mode:
authorJan Kaluza <jkaluza@redhat.com>2013-10-24 12:26:47 +0200
committerJan Kaluza <jkaluza@redhat.com>2013-10-24 12:26:47 +0200
commitb3f304619b84e409ed109bd6fc4cad3c4fcf03d6 (patch)
tree847fd00118f1f4d620562dd8237f94a80051c868 /httpd.service
parent15de99261c323b50eb7ecfb9be38f76a004b5324 (diff)
downloadhttpd-b3f304619b84e409ed109bd6fc4cad3c4fcf03d6.tar.gz
httpd-b3f304619b84e409ed109bd6fc4cad3c4fcf03d6.tar.xz
httpd-b3f304619b84e409ed109bd6fc4cad3c4fcf03d6.zip
systemd: send SIGWINCH signal without httpd -k in ExecStop
Diffstat (limited to 'httpd.service')
-rw-r--r--httpd.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/httpd.service b/httpd.service
index 52502b8..2dc16b9 100644
--- a/httpd.service
+++ b/httpd.service
@@ -24,7 +24,7 @@ Environment=LANG=C
ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND
ExecReload=/usr/sbin/httpd $OPTIONS -k graceful
-ExecStop=/usr/sbin/httpd $OPTIONS -k graceful-stop
+ExecStop=/bin/kill -WINCH $MAINPID
# We want systemd to give httpd some time to finish gracefully, but still want
# it to kill httpd after TimeoutStopSec if something went wrong during the
# graceful stop. Normally, Systemd sends SIGTERM signal right after the