VEGAS/hyprspace: wait for network-online
This commit is contained in:
parent
07d12fc422
commit
95380ad0d2
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ in {
|
|||
};
|
||||
systemd.services.hyprspace = {
|
||||
enable = true;
|
||||
after = [ "network-online.target" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
preStart = ''
|
||||
test -e ${runConfig} && rm ${runConfig}
|
||||
|
|
Loading…
Add table
Reference in a new issue