mysql service: order after network.target

This commit is contained in:
Joachim Fasting 2016-10-02 22:17:20 +02:00
parent f12fcfebe2
commit 88265c8238
No known key found for this signature in database
GPG key ID: 7544761007FE4E08

View file

@ -167,6 +167,7 @@ in
systemd.services.mysql =
{ description = "MySQL Server";
after = [ "network.target" ];
wantedBy = [ "multi-user.target" ];
unitConfig.RequiresMountsFor = "${cfg.dataDir}";