From Electron Cloud
Jump to: navigation, search

Setting/showing startup services

chkconfig --list | sort instead of rc-update show

chkconfig --level 345 service on instead of rc-update add service default

runlevels 0-6 exist, 3 is normal for a server

set the startup runlevel in /etc/inittab

Other