User Tools

Site Tools


computing:linux:services_startup

This is an old revision of the document!


Services Startup Configuration Notes

/etc/init.d/<servicename> start|stop|status

CentOS/RedHat

chkconfig --list

chkconfig <servicename> on|off

Debian/Ubuntu

apt-get install rcconf

rcconf --list

rcconf --on <servicename>
computing/linux/services_startup.1394477214.txt.gz · Last modified: 2014/03/10 12:46 by gcooper