0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

salt: Restart on config changes

This commit is contained in:
Aneesh Agrawal 2018-09-18 09:30:22 -07:00
parent 37c9915340
commit a962d53806
2 changed files with 6 additions and 0 deletions

View file

@ -53,6 +53,9 @@ in
Type = "notify";
NotifyAccess = "all";
};
restartTriggers = [
config.environment.etc."salt/master".source
];
};
};