Autorun in Linux

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.

Was this answer helpful?

 Print this Article

Also Read

Set hostname

Set host name on Centos: /etc/sysconfig/network   HOSTNAME="mycomputer"...

Mysql

Installing mysql: yum install mysql-server Enter to mysql: mysql -u user -p password...

Oracle 11g EX on Centos 6 x64 vps

We describe how to install Oracle 11g Express on Centos 6 x86_64 Openvz VPS. First of all you...

Centos 6 Webserver

In this article we will install some software that is useful on a webserver based on...

Epel Centos

Some packages are missing from the base repository. This guide shows how to install RHEL EPEL...