diff --git a/install_httpd-2.4.sh b/install_httpd-2.4.sh index e503cf8..10362eb 100755 --- a/install_httpd-2.4.sh +++ b/install_httpd-2.4.sh @@ -3094,6 +3094,19 @@ if $START_AT_BOOTTIME ; then fi fi + echononl "\tReload systemd.." + if $SYSTEMD_EXISTS ; then + systemctl daemon-reload > /dev/null 2>&1 + if [ "$?" = "0" ]; then + echo_ok + else + echo_failed + warn "Reloading systemd.. failed!" + fi + else + echo_skipped + fi + ## - Make apache start at boottime ## - echo "" >> ${_logdir}/main.log