Ubuntu – Comprehensive guide to init.d scripts

init.dUbuntuupstart

I'm looking for good resources to learn more about how to write/debug/maintain init.d scripts on Ubuntu.

Do you have any links or books to recommend ?

Best Answer

These days init is actually being replaced by upstart in Ubuntu server. So what you probably want to do if you are writing these scripts is to try to write upstart ones instead of init. Here is a Getting Started Guide for upstart in Ubuntu.

Related Topic