Vanilla-OS / desktop-image

Containerfile for the Vanilla OS Desktop image.
https://images.vanillaos.org/#/recipe/desktop
GNU General Public License v3.0
35 stars 22 forks source link

feat[close #169]: pre-run vso shell at boot if already initialized #170

Closed mirkobrombin closed 3 months ago

mirkobrombin commented 4 months ago

Since user sysd units cannot depend on system targets, I made a custom script that uses nmcli to check for the connectivity, then used it as a condition in ExecStartPre.

Tested on a VM:

mirkobrombin commented 4 months ago

Fixing the CI