Ubuntu update-rc.d problems

bootUbuntu

I am trying to get a start up script to work, i have a file /etc/init.d/blah (with 755 permissions) with the contents http://pastebin.com/m4131b7c6. I have run "update-rc.d -f blah defaults". But when I reboot the script is not executing, can one of you help me out?

Best Answer

You need to add specific information for update-rc.d to your script. You'll find an example in /etc/init.d/skeleton