commit 4cd41382c2acbdcf4c92afefe76f85cfc6d44e7e (tree) parent 9a7e42b95d3dae083f9c14981812d0bdcd890edd Author: Motiejus Jakštys <motiejus@jakstys.lt> Date: Mon, 7 Aug 2023 14:55:45 +0300 nsd-control-setup: try to fix triggering conditions Diffstat:
| M | hosts/vno1-oh2/configuration.nix | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/hosts/vno1-oh2/configuration.nix b/hosts/vno1-oh2/configuration.nix @@ -189,10 +189,10 @@ requiredBy = ["nsd.service"]; before = ["nsd.service"]; unitConfig.ConditionPathExists = [ - "!/etc/nsd/nsd_control.key" - "!/etc/nsd/nsd_control.pem" - "!/etc/nsd/nsd_server.key" - "!/etc/nsd/nsd_server.pem" + "|!/etc/nsd/nsd_control.key" + "|!/etc/nsd/nsd_control.pem" + "|!/etc/nsd/nsd_server.key" + "|!/etc/nsd/nsd_server.pem" ]; serviceConfig = { Type = "oneshot";