summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Orton <jorton@redhat.com>2017-09-19 12:46:35 +0100
committerJoe Orton <jorton@redhat.com>2017-09-19 12:46:35 +0100
commit870b71c4f0c8e363d0e46c365f5d85fa76b62803 (patch)
tree5d8b52735b6b67a304c52afe7a8318cf75e6991c
parentd5e6805c2638b8419253e37b0647591e8e2b7ba6 (diff)
downloadhttpd-870b71c4f0c8e363d0e46c365f5d85fa76b62803.tar.gz
httpd-870b71c4f0c8e363d0e46c365f5d85fa76b62803.tar.xz
httpd-870b71c4f0c8e363d0e46c365f5d85fa76b62803.zip
httpd.service(5) update: show how to ungracefully stop/restart
-rw-r--r--httpd.service.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/httpd.service.xml b/httpd.service.xml
index d03e133..8f82e59 100644
--- a/httpd.service.xml
+++ b/httpd.service.xml
@@ -143,6 +143,11 @@ Wants=network-online.target</programlisting>
which terminates the server only once active connections have
been processed.</para>
+ <para>To "ungracefully" stop the server without waiting for
+ requests to complete, use <command>systemctl kill
+ --kill-who=main httpd</command>; similarly to "ungracefully"
+ reload the configuration, use <command>systemctl kill
+ --kill-who=main --signal=HUP httpd</command>.</para>
</refsect2>
<refsect2>