GNU/Linux Debian Enabling ini.d Service at Boot
This Tip shows you How to Enable Service on System Boot in GNU/Linux Debian/Ubuntu-based OSes.
And the update-rc.d is the Debian utility to install and remove System-V style init Script Links.
Enabling Service
Now to Enable Service on Startup
Simply play:sudo update-rc.d [MYSERVICE] defaults
And so for instance to enable Apache on Boot use:sudo update-rc.d apache2 defaults