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