mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
mysql: add restartTrigger for my.cnf
This commit is contained in:
parent
c64951515b
commit
ea02ddc0be
1 changed files with 1 additions and 0 deletions
|
@ -249,6 +249,7 @@ in
|
|||
|
||||
after = [ "network.target" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
restartTriggers = [ config.environment.etc."my.cnf".source ];
|
||||
|
||||
unitConfig.RequiresMountsFor = "${cfg.dataDir}";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue