Kad Ubuntu (debian) gribas pielikt programmu startupam

Submitted by Jancis on Thu, 11/09/2006 - 21:00

... tad to var pielikt ..

Under debian and Ubuntu Linux use update-rc.d command to install and remove System-V style init script links.

Turn on or start service called mysql on boot
Code:
sudo update-rc.d mysql defaults

Remove service called mysql on boot:
Code:
sudo update-rc.d mysql remove

OR
Code:
sudo update-rc.d -f mysql remove

Replace mysql name with actual service name. You can also use GUI tool called rcconf or sysv-rc-conf.
Code:
sysv-rc-conf
rcconf