NetworkManager-wait-online: fix missing sanebox
path
This commit is contained in:
@@ -62,7 +62,10 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.NetworkManager-wait-online.wantedBy = [ "network-online.target" ];
|
systemd.services.NetworkManager-wait-online = {
|
||||||
|
path = [ "/run/current-system/sw" ]; #< so `nm-online` can find `sanebox`
|
||||||
|
wantedBy = [ "network-online.target" ];
|
||||||
|
};
|
||||||
|
|
||||||
systemd.services.NetworkManager-dispatcher = {
|
systemd.services.NetworkManager-dispatcher = {
|
||||||
wantedBy = [ "NetworkManager.service" ];
|
wantedBy = [ "NetworkManager.service" ];
|
||||||
|
Reference in New Issue
Block a user