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:And so for instance to enable Apache on Boot use:Copysudo update-rc.d [MYSERVICE] defaults
Copysudo update-rc.d apache2 defaults