kexec-installer: fix start conditions for restore-network unit
This commit is contained in:
parent
c0fb626fd2
commit
025b15866f
1 changed files with 4 additions and 2 deletions
|
@ -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"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue