Merge pull request #18491 from groxxda/network-interfaces

Replace Network-interfaces.target
This commit is contained in:
Joachim F
2016-10-02 16:34:37 +02:00
committed by GitHub
44 changed files with 125 additions and 121 deletions

View File

@@ -245,7 +245,6 @@ in
chown ${serverInfo.serverConfig.user} ${config.wordpressUploads}
# we should use systemd dependencies here
#waitForUnit("network-interfaces.target");
if [ ! -d ${serverInfo.fullConfig.services.mysql.dataDir}/${config.dbName} ]; then
echo "Need to create the database '${config.dbName}' and grant permissions to user named '${config.dbUser}'."
# Wait until MySQL is up