Hello.
The process “job networkmanager-wait-online.service/start running” takes very long on boot and then fails.
I know the process waits for network and is needed by some services.
Should i disable it? How do i know if i have processes that depend on it? How to fix it?
That shows the services which will wait for the network to become online.
As for fixing it, you need to check the journal to see exactly how long NetworkManager takes for the network to become online, and what is holding it up.
That’s possible if you don’t care about the units returned by the provided command.
To actually resolve the issue, make sure NetworkManager can connect at startup when no user is logged in yet.
This may require customizing the connection permissions and the backend used to store secrets such as Wi-Fi PSK.
I don’t actively use any of these. They are not necessary for the system to work normally right?
So i would need to configure that for my wifi network but the slow boot would still persist every time i use a different network? If that’s the case i would prefer to disable it instead of customizing every single different network i use.