I am trying to get a script to automatically run after ubuntu ver 9.1 boots up.
I placed the script (zip.sh) in the init.d directory and made it executable
after runing update-rc.d zip.sh . Nothing works although i can get the script
to work after bootup with the command ./zip.sh. Can anyone tell what i am doing
wrong?