flatpak: wait for network-online before managed install
This commit is contained in:
parent
72e00c28e1
commit
cd9198ee46
1 changed files with 5 additions and 0 deletions
|
|
@ -21,4 +21,9 @@
|
||||||
"com.github.tchx84.Flatseal"
|
"com.github.tchx84.Flatseal"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
systemd.services.flatpak-managed-install = {
|
||||||
|
wants = [ "network-online.target" ];
|
||||||
|
after = [ "network-online.target" ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue