From 870b71c4f0c8e363d0e46c365f5d85fa76b62803 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Tue, 19 Sep 2017 12:46:35 +0100 Subject: httpd.service(5) update: show how to ungracefully stop/restart --- httpd.service.xml | 5 +++++ 1 file changed, 5 insertions(+) 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. -- cgit