Merge pull request #78427 from serokell/yorickvp/vault-reload
nixos/vault: add ExecReload entry
This commit is contained in:
commit
adcbe7baeb
1 changed files with 1 additions and 0 deletions
|
@ -135,6 +135,7 @@ in
|
|||
User = "vault";
|
||||
Group = "vault";
|
||||
ExecStart = "${cfg.package}/bin/vault server -config ${configFile}";
|
||||
ExecReload = "${pkgs.coreutils}/bin/kill -SIGHUP $MAINPID";
|
||||
PrivateDevices = true;
|
||||
PrivateTmp = true;
|
||||
ProtectSystem = "full";
|
||||
|
|
Loading…
Reference in a new issue