Where does Linux look to start programs on startup? (In Windows we have the registry)
feedback
|
migrated from stackoverflow.com May 14 '10 at 20:59
This question came from our site for professional and enthusiast programmers.
|
On most Linux distributions this is accomplished via runlevels and the | ||||
|
feedback
|
|
It depends on your linux distribution. Basically you create an init script and setup symlinks. The location and names of the symlinks highly depend on your distribution. Most distributions have utilities to manage the symlinks: rc-update on Gentoo, update-rc.d on Debian | |||
|
feedback
|
|
Do you want it to start as part of the initialization process, or on a per-user basis? If you want it to run during If you want it to run on a per-user basis, you can add commands to your For GUI-based tools, Gnome (under Ubuntu 10.10) has the following settings you can play with:
| ||||
|
feedback
|
| |||||
feedback
|
