1.

Solve : How to add a startup program at ubuntu??

Answer»

I hope my program to be launched RIGHT after system INITIALIZATION and it should be run as a foreground process. I inserted a command at end of /etc/rc.local to invoke my program. My trouble is that my program was run as a background task. Running at foreground is very important for me because I would like to have INTERACTION with it.
How can I do? My platform is UBUNTU. Inittab doesn't exist any longer at Ubuntu.There is a lot of Google search results that COULD've helped you fine. Here's how I do it: http://askubuntu.com/questions/48321/how-do-i-start-applications-automatically-on-login
Instead of putting the command in manually you can browse for the program. A lot of the programs are in /usr/bin



Discussion

No Comment Found