wait for network-online before update
This commit is contained in:
parent
22729ce712
commit
28744c7628
1 changed files with 6 additions and 0 deletions
|
|
@ -340,6 +340,12 @@
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
User = "root";
|
User = "root";
|
||||||
};
|
};
|
||||||
|
wants = [
|
||||||
|
"network-online.target"
|
||||||
|
];
|
||||||
|
after = [
|
||||||
|
"network-online.target"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.etc = {
|
environment.etc = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue