From 6a73e2c6609714b99512c153d294a95d624025ae Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Wed, 28 Mar 2018 20:15:39 +0100 Subject: [PATCH] Add section on restarts. --- httpd.service.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/httpd.service.xml b/httpd.service.xml index b8fe7b3..8008b16 100644 --- a/httpd.service.xml +++ b/httpd.service.xml @@ -166,6 +166,20 @@ Wants=network-online.target --kill-who=main --signal=HUP httpd. + + Automated service restarts + + System packages (including the httpd package itself) may + restart the httpd service automatically after packages are + upgraded, installed, or removed. This is done using the + systemctl reload httpd.service, which + produces a graceful restart by default as + described above. + + To suppress automatic reloads entirely, create the file + /etc/sysconfig/httpd-disable-posttrans. + + Changing the default MPM (Multi-Processing Module)