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 which terminates the server only once active connections have been processed. + To "ungracefully" stop the server without waiting for + requests to complete, use systemctl kill + --kill-who=main httpd; similarly to "ungracefully" + reload the configuration, use systemctl kill + --kill-who=main --signal=HUP httpd.