That service is unnecessary for desktop user, so better to disable it, so computer boots faster. Via Terminal command
sudo systemctl disable NetworkManager-wait-online.service
To check services:
systemd-analyze blame
service --status-all
That service is unnecessary for desktop user, so better to disable it, so computer boots faster. Via Terminal command
sudo systemctl disable NetworkManager-wait-online.service
To check services:
systemd-analyze blame
service --status-all