Ubuntu (12.04) upstart (at boot) services

Creating your own ubuntu upstart service: Create a shell script. (Name it whatever you want. Here I am assuming it to be “autorun.sh”) Copy the shell script to /etc/init.d/ Make the script executable. Update the upstart table of ubuntu by creating symbolic links. Done. To boot an already existing script: Update the upstart table of…

Read more...