install_httpd-2.4.sh: apache webservivce should start after matiadb/mysql database service.

This commit is contained in:
Christoph 2023-04-29 16:29:39 +02:00
parent fa8ed0e4c6
commit 34113e3e61

View File

@ -3680,6 +3680,7 @@ if $SYSTEMD_SUPPORTED ; then
[Unit] [Unit]
Description=The Apache HTTP Server Description=The Apache HTTP Server
After=network.target remote-fs.target nss-lookup.target After=network.target remote-fs.target nss-lookup.target
After=mariadb.service mysqld.service
[Service] [Service]
Type=forking Type=forking
@ -3699,6 +3700,7 @@ EOF" >> ${_logdir}/main.log
[Unit] [Unit]
Description=The Apache HTTP Server Description=The Apache HTTP Server
After=network.target remote-fs.target nss-lookup.target After=network.target remote-fs.target nss-lookup.target
After=mariadb.service mysqld.service
[Service] [Service]
Type=forking Type=forking