Ubuntu 9.10: how do I troubleshoot a startup script that doesn't appear to run?
- by TheDeeno
I've created a bash script 'foo'. I've made that script executable with
chmod+x
and added it the the start-up by running
sudo update-rc.d foo defaults 80
Despite that, it doesn't appear to be working at startup. Is there a way to have my script echo messages to a log? Or is there some log that would record events/errors for this?
atm, I feel like I'm flying blind and don't really know how to troubleshoot this.