If your Elementary OS Loki or other Ubuntu based system (16.04) is taking a long time to boot up all you need to do is change the seconds of the DefaultTimeoutStart.
BEFORE hand cp the sudo cp /etc/systemd/system.conf /etc/systemd/system.conf.bak to make a back up.
To do so edit the /etc/systemd/system.conf with your favorite text editor with elevated privileges.
Move to the two lines in the file that say:
Un-comment the string and change =90 to 10 seconds like so:
Reboot:-
Your system should boot a lot faster:-
Cheers,
Ztcoracat
BEFORE hand cp the sudo cp /etc/systemd/system.conf /etc/systemd/system.conf.bak to make a back up.
To do so edit the /etc/systemd/system.conf with your favorite text editor with elevated privileges.
Move to the two lines in the file that say:
Code:
#DefaultTimeoutStartSec=90s
Code:
DefaultTimeoutStartSec=10s
Your system should boot a lot faster:-
Cheers,
Ztcoracat