Bootup Time waste

plasmo ulist at gs1.ubuntuforums.org
Sun Oct 31 06:12:57 UTC 2004


triad169 Wrote: 
> Use the cammond : update-rc.d
> 
> To install and remove System-V style init script links.  So to remove
> the NTP server just do this in a terminal:
> 
> > 
Code:
--------------------
  >   > sudo update-rc.d -f ntpdate remove
  > 
--------------------
> > 
> 
> this will remove ntpdate from the rcS directory and thus remove from
> startup. 
> 
> To add back later just do:
> 
> > 
Code:
--------------------
  >   >  sudo update-rc.d ntpdate start 51 S .
--------------------
> > 
> 
> This will put back a sym link.  
> 
> For more info on usage of update-rc.d read
> 
> man update-rc.d
> 
> http://www.wlug.org.nz/update-rc.d
> 
> http://tinyurl.com/3lckz
> 
> http://tinyurl.com/5dock
> 
> Triad

:)


-- 
plasmo




More information about the ubuntu-users mailing list