Linux startup scripts
Revision as of 11:22, 13 April 2016 by 193.121.160.69 (talk) (Created page with "=Centos= See what's defined in the startup levels: <source lang="sh"> chkconfig </source> =Gentoo= See what's defined in the startup levels: <source lang="sh"> rc-update -s -...")
Centos
See what's defined in the startup levels:
chkconfig
Gentoo
See what's defined in the startup levels:
rc-update -s -v
Modify a service:
rc-update <add|del> <service> [<runlevel>]