Is it possible to start graphical.target to be the first process to load at boot and start other processes after that?
Asked
Active
Viewed 934 times
1 Answers
0
Instead of moving graphical target higher up the list you can disable some of the services at the top of the list. Using one answer within Ubuntu 15.04 network manager causing slow boot worked for me:
systemctl disable NetworkManager-wait-online.service
WinEunuuchs2Unix
- 105,762