fix(openbao-agent): add systemctl in the PATH

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
main
Raito Bezarius 1 month ago
parent a3ddc57244
commit 833d1e172b

@ -83,8 +83,8 @@ in
# while `vault-agent` is still stopped. This for example happens with nginx.service. # while `vault-agent` is still stopped. This for example happens with nginx.service.
stopIfChanged = false; stopIfChanged = false;
# Needs getent in PATH # Needs getent and systemctl in PATH
path = [ pkgs.getent ]; path = [ pkgs.getent pkgs.systemd ];
serviceConfig = { serviceConfig = {
Restart = "on-failure"; Restart = "on-failure";
# TODO: cfg.package # TODO: cfg.package

Loading…
Cancel
Save