For some time now my computer has been very slow to boot. So yesterday I did a systemd-analyze blame
, which from what I understand gives you the processes that take the longest to start. So these are the first lines of mine
3min 45.244s ntp.service
45.277s apt-daily.service
12.114s dev-sda1.device
9.200s ModemManager.service
7.698s NetworkManager.service
So apparently ntp.service
is by far taking the longest. I have done some research but I couldn't precisely figure out what it's important for and how I can disable it.
Is it safe for me to disable it? How can I disable it for boot?
sudo systemctl status ntp[d]
return anything? – George Udosen Feb 09 '17 at 16:38unable to bind to wildcard address :: - another process may be running - EXITING
. But this might because I manually disabled it a couple of minutes ago. – TomCho Feb 09 '17 at 16:41