Hi All,
I have a process (Spark chat client) which needs to be run when my ubuntu boots up. For this I have done followings
- I created a run.sh file which will fire up my application (and I check its working)
- I created a symbolic link from both /etc/rc5.d/ and /etc/rc3.d/ to my run.sh file. (Symbolic link is also working fine)
But my processes doesn't startup when my machine boots. (is this the way to do it or Am I doing the wrong thing here)
I'm running on Ubuntu 10.04 LTS- the Lucid Lynx
Please help
thanks in advance