diff --git a/httpd.service.xml b/httpd.service.xml index 1e6a8ce..e079ca2 100644 --- a/httpd.service.xml +++ b/httpd.service.xml @@ -110,10 +110,10 @@ Environment=LD_LIBRARY_PATH=/opt/vendor/lib If httpd is configured to depend on any specific IP address (for example, with a "Listen" directive) which may only - become available during startup, or if httpd depends on other + become available during start-up, or if httpd depends on other services (such as a database daemon), the service must be configured to ensure correct - startup ordering. + start-up ordering. For example, to ensure httpd is only running after all configured network interfaces are configured, create a drop-in @@ -125,7 +125,7 @@ Wants=network-online.target See - for more information on startup ordering with systemd. + for more information on start-up ordering with systemd. @@ -264,10 +264,10 @@ Wants=network-online.target - Instatiated services + Instantiated services The httpd@.service unit is an - instatiated template service. An instance of this unit will be + instantiated template service. An instance of this unit will be started using the configuration file /etc/httpd/conf/INSTANCE.conf, where INSTANCE is replaced with the instance @@ -332,3 +332,6 @@ ReloadPropagatedFrom=httpd.service + +