diff --git a/install_httpd-2.4.sh b/install_httpd-2.4.sh index 4782f77..d59cb6a 100755 --- a/install_httpd-2.4.sh +++ b/install_httpd-2.4.sh @@ -3680,6 +3680,7 @@ if $SYSTEMD_SUPPORTED ; then [Unit] Description=The Apache HTTP Server After=network.target remote-fs.target nss-lookup.target +After=mariadb.service mysqld.service [Service] Type=forking @@ -3699,6 +3700,7 @@ EOF" >> ${_logdir}/main.log [Unit] Description=The Apache HTTP Server After=network.target remote-fs.target nss-lookup.target +After=mariadb.service mysqld.service [Service] Type=forking