mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: April 10 2005,21:18 |
|
For non-graphical applications run as root, such as daemons and system configuration, add commands to /opt/bootlocal.sh
For user-run apps: .bash_profile for apps to start at login. .xinitrc for anything run with the graphical desktop.
If you add an application which continues to run more than a second or two, add a "&" at the end of the command. In .xinitrc, make sure the commands are added above the "fluxbox" line.
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|