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:
parent
37c9915340
commit
a962d53806
2 changed files with 6 additions and 0 deletions
|
@ -53,6 +53,9 @@ in
|
|||
Type = "notify";
|
||||
NotifyAccess = "all";
|
||||
};
|
||||
restartTriggers = [
|
||||
config.environment.etc."salt/master".source
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue