services/enthalpy: fixup racing conditon
This commit is contained in:
parent
1fc635be24
commit
7527ca13de
|
@ -79,7 +79,10 @@ in
|
|||
Type = "oneshot";
|
||||
RemainAfterExit = true;
|
||||
};
|
||||
after = [ "netns-enthalpy.service" ];
|
||||
after = [
|
||||
"netns-enthalpy.service"
|
||||
"enthalpy-exit.service"
|
||||
];
|
||||
partOf = [
|
||||
"netns-enthalpy.service"
|
||||
"enthalpy-exit.service"
|
||||
|
|
Loading…
Reference in a new issue