Debian run script at startup time

When managing a server, we sometimes want when a server boots up, it also starts some services automatically. Especially if you are running a web application, you will want to run: web server, database server, your app instances, your background queue manager, … and many other things.

This article will write about how to do these kinds of things with debian (please take a look at my other article about config debian virtual machine.

»