I'm using Redis, Memcached, and Nginx, to be specific, and Supervisor as the process manager, but any general information is helpful as well.
Each of the aforementioned programs when apt-get installed come with /etc/init.d/ scripts. Are the init.d scripts provided to make setup easy for newcomers, and is there a notable benefit to deleting those init.d scripts and managing each program with something like Supervisor, which likely won't be gained through the use of an init.d script?
init.dscripts be ignored though, if they're causing their respective programs to start on boot? Or, is something else handling that? For instance, what is causing Nginx to start on boot, and how could I (assuming this would be a good idea) stop that from happening, so that I could use Supervisor instead? – Johnny 5 Jan 1 at 19:46