19: CI r=Mic92 a=Mic92



Co-authored-by: Jörg Thalheim <joerg@thalheim.io>
main
bors[bot] 2 years ago committed by GitHub
commit 94c13296e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -35,7 +35,7 @@ let
destination = "/run/systemd-vaultd/secrets/${serviceName}.service.json"; destination = "/run/systemd-vaultd/secrets/${serviceName}.service.json";
perms = "0400"; perms = "0400";
} }
// lib.optionalAttrs (vaultConfig.changeAction != null) { // lib.optionalAttrs (vaultConfig.changeAction != null && vaultConfig.changeAction != "none") {
command = "systemctl ${ command = "systemctl ${
if vaultConfig.changeAction == "restart" if vaultConfig.changeAction == "restart"
then "try-restart" then "try-restart"

Loading…
Cancel
Save