Tuesday, March 18, 2008

auto start a process in Ubuntu

1. Create a script that calls the program you want to auto start
2. Copy the script to /etc/init.d/
3. Run "sudo update-rc.d <script> default"