From 025b15866f70dedf9de927b964e7c1c0115f864b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 27 Nov 2022 17:24:12 +0100 Subject: [PATCH] kexec-installer: fix start conditions for restore-network unit --- nix/kexec-installer/module.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nix/kexec-installer/module.nix b/nix/kexec-installer/module.nix index 1066500..ba73d1a 100644 --- a/nix/kexec-installer/module.nix +++ b/nix/kexec-installer/module.nix @@ -106,8 +106,10 @@ in { ]; unitConfig.ConditionPathExists = [ - "/root/network/addrs.json" - "/root/network/routes.json" + "/root/network/addrs-v4.json" + "/root/network/addrs-v6.json" + "/root/network/routes-v4.json" + "/root/network/routes-v6.json" ]; };