install_httpd-2.4.sh: apache webservivce should start after matiadb/mysql database service.
This commit is contained in:
parent
fa8ed0e4c6
commit
34113e3e61
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user