mysql: add restartTrigger for my.cnf

This commit is contained in:
Izorkin 2019-01-22 21:05:21 +03:00
parent c64951515b
commit ea02ddc0be

View file

@ -249,6 +249,7 @@ in
after = [ "network.target" ];
wantedBy = [ "multi-user.target" ];
restartTriggers = [ config.environment.etc."my.cnf".source ];
unitConfig.RequiresMountsFor = "${cfg.dataDir}";