How to add an application to start automatically on system startup in Linux? My distro: Mandriva 2009.1
|
Mandriva seems quite similar to Red Hat in it's handling of startup scripts. If you installed the software from an RPM and it is designed to be run as a server then there is probably an init script already available. If you run:
You can see all of the daemons that might potentially be run at startup. If the program you wish to start is in that list then you probably just need to configure it to start when your computer loads. Do this with:
If it isn't in the list then you have a little more work to do. http://wiki.mandriva.com/en/Working_with_initscripts has all the gory details. |
|||
|
|
If you are referring to job scheduling you should take a look at Cron and Crontab |
|||
|
|
|
In addition to setting up the init scripts (either using See for instance Using inittab to ensure sshd (and other important items) are still running — any drawbacks? on Server Fault. |
|||
|