VEGAS/hyprspace: wait for network-online

This commit is contained in:
Max Headroom 2021-12-02 23:38:08 +01:00
parent 07d12fc422
commit 95380ad0d2

View file

@ -30,6 +30,7 @@ in {
};
systemd.services.hyprspace = {
enable = true;
after = [ "network-online.target" ];
wantedBy = [ "multi-user.target" ];
preStart = ''
test -e ${runConfig} && rm ${runConfig}