You are currently not logged in! Enter your authentication credentials below to log in. You need to have cookies enabled to log in.
Command used to set a service to start automatically with the server. You can also select the runlevel/s which the service will start at.
chkconfig --list [name] chkconfig --add <name> chkconfig --del <name> chkconfig [--level <levels>] <name> <on|off|reset>
chkconfig can be used to check which services are running and turn off unneeded services.