Autorun in Linux

From vpsget wiki
Revision as of 15:13, 10 April 2014 by Vq (talk | contribs) (Created page with "To set a script to start at boot in CentOS, add it into '''/etc/rc3.d/S99local'''. For example: /root/./start.sh This script will be executed *after* all the other init scri...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

To set a script to start at boot in CentOS, add it into /etc/rc3.d/S99local.

For example:

/root/./start.sh

This script will be executed *after* all the other init scripts.