httpd.service(5) update: show how to ungracefully stop/restart

This commit is contained in:
Joe Orton 2017-09-19 12:46:35 +01:00
parent 5c1fc79a5a
commit e5ce62e7b4

View File

@ -143,6 +143,11 @@ Wants=network-online.target</programlisting>
which terminates the server only once active connections have which terminates the server only once active connections have
been processed.</para> 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>
<refsect2> <refsect2>