LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Starting C application automatically after booting (https://www.linuxquestions.org/questions/linux-newbie-8/starting-c-application-automatically-after-booting-516111/)

nitinmhetre 01-04-2007 12:34 AM

Starting C application automatically after booting
 
hi Friends,
I have written one C program which is used to play mediafile in Xine media player.I can run this program normaly.
But I want this program to be run automatically as soon as my machine finishes booting.I am using Fedora core 4 .
Please guide me, how to do this,what settings in rc scripts i need to do?

Thank You,
Nitin

theNbomr 01-04-2007 03:06 AM

You can run the program by putting a commandline to run it in /etc/rc.local From there, it will run as root, after the system is otherwise finished booting.

--- rod.


All times are GMT -5. The time now is 02:04 AM.