Linux startup scripts

From Tom's notes
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 -...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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>]