From Electron Cloud
Revision as of 11:20, 17 February 2009 by Ecloud (Talk | contribs) (Setting/showing startup services)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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