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 838 times
0
-
2Why? I wouldn't mess with that crazy hierarchy without a good reason. – WinEunuuchs2Unix Jun 15 '18 at 23:58
-
I think a process like network manager can be started after that so we can access the desktop faster. – Zerootedly Jun 16 '18 at 12:34
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
- 102,282