From cf848007cc4315eb14c5901f5c90d23ece194bab Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Jan 06 2020 12:10:02 +0000 Subject: Fix documentation of posttrans and expand text. --- diff --git a/httpd.service.xml b/httpd.service.xml index c518549..a57c2d6 100644 --- a/httpd.service.xml +++ b/httpd.service.xml @@ -175,12 +175,16 @@ Wants=network-online.target 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. + systemctl try-restart httpd.service, which + stops then starts the service if it is running. + + To disable automatic restarts, create the file + /etc/sysconfig/httpd-disable-posttrans. + When httpd interfaces are added in an update, + it may not be safe to reload a running + service after upgrading, if updated modules require interfaces + only available in the updated httpd. It is recommended to allow + automatic restarts for this reason.