mysql service: order after network.target
This commit is contained in:
parent
f12fcfebe2
commit
88265c8238
@ -167,6 +167,7 @@ in
|
||||
systemd.services.mysql =
|
||||
{ description = "MySQL Server";
|
||||
|
||||
after = [ "network.target" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
|
||||
unitConfig.RequiresMountsFor = "${cfg.dataDir}";
|
||||
|
Loading…
Reference in New Issue
Block a user