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.
+ systemctl try-restart httpd.service, which
+ stops then starts the service if it is running.
- To suppress automatic reloads entirely, create the file
- /etc/sysconfig/httpd-disable-posttrans.
+ 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.