From 35f1318a481b6e353f1749fa72df84ce5e408f73 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Oct 09 2017 16:30:47 +0000 Subject: httpd.service(5) update: show how to ungracefully stop/restart --- 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.