Startup application on Angstrom linux

hi

I have developed a application on angstrom linux and i want to load
the application
on system startup on beagle board

as soon as the desktop is displayed the application should be started
please tell the procedure how to put application on startup

Thannks in advance

hi

I have developed a application on angstrom linux and i want to load
the application
on system startup on beagle board

Generate a shell script starting the application and put it under /etc/profile.d folder

Generate a shell script starting the application and put it under /etc/profile.d folder

You may also want to look to the /etc/init.d/rcS script. Do not place anything after that “exec” line.

hi

am not very good at scripts
can any one please paste a small code showing what to do

i have compiled an application using gcc and i have its executable
file
which is a.out

so what to add in script for executing a.out

Thanks