Difference between revisions of "Linux startup scripts"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
			
		
		
	
 (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 -...")  | 
			
(No difference) 
 | 
Revision as of 10:22, 13 April 2016
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>]