Voder-Vocoder

The Log of Hal Canary

Navigation: Home | THE LOG | Log Archives | Resume | Contact Info | Public Key | SSL | Math Applets | Site Map | RSS2 | Atom | Backend

« | »

postponing ntpd start

Yet another Linux hint:

Because ntpd (Network Time Protocol Daemon) takes some time to synchronize with the time server, I don’t start it on boot:

$ sudo /sbin/chkconfig ntpd off

But I do start it later on, as a background process, so I can go ahead and log in before it finishes. One could do this with any startup procedure that slows you down.

##  Line from /etc/rc.local
nohup /etc/init.d/ntpd start > /dev/null 2>&1 &

Hal Canary | Computers & Code | 2006-11-22 09:28:16 UTC
Permanent Link Comments Off | No Comments

Comments are closed.
Email me your comments — h3 at halcanary dot org.

Copyright 1997-2011 by Hal Canary.
mailto: h3 at halcanary dot org
http://halcanary.org