From 34113e3e61e351e6d5cdaa048e75cbef026d1f2d Mon Sep 17 00:00:00 2001 From: Christoph Date: Sat, 29 Apr 2023 16:29:39 +0200 Subject: [PATCH] install_httpd-2.4.sh: apache webservivce should start after matiadb/mysql database service. --- install_httpd-2.4.sh | 2 ++ 1 file changed, 2 insertions(+) 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