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"
Tuesday, March 18, 2008
auto start a process in Ubuntu
Subscribe to:
Post Comments (Atom)
-where ideas great and small are forged and stored for posterity-
a cache of useful ideas, tips, and tutorials that i have created or picked up
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"
No comments:
Post a Comment