kexec-installer: fix start conditions for restore-network unit

This commit is contained in:
Jörg Thalheim 2022-11-27 17:24:12 +01:00
parent c0fb626fd2
commit 025b15866f

View file

@ -106,8 +106,10 @@ in {
]; ];
unitConfig.ConditionPathExists = [ unitConfig.ConditionPathExists = [
"/root/network/addrs.json" "/root/network/addrs-v4.json"
"/root/network/routes.json" "/root/network/addrs-v6.json"
"/root/network/routes-v4.json"
"/root/network/routes-v6.json"
]; ];
}; };