When you want to configure your Debian system so that it will start a certain program automatically on boot, you can leverage Debian's init system which controls various startup services at different runlevels. In Debian, a directory called /etc/init.d contains a list of scripts that are executed by init process during startup and shutdown. Thus, …Continue reading...