nixos/vault: add ExecReload entry

This commit is contained in:
Yorick van Pelt 2020-01-24 18:59:13 +01:00
parent 944236a0f1
commit 15e98e7428
No known key found for this signature in database
GPG Key ID: A36E70F9DC014A15

View File

@ -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";