From LedHed's Wiki
Jump to: navigation, search
(Starting/Stoping Services)
Line 3: Line 3:
  
 
== Starting/Stoping Services ==
 
== Starting/Stoping Services ==
  invoke.rc
+
  invoke-rc.d
 
'''Usage'''
 
'''Usage'''
  invoke.rc service-name start|stop|restart
+
  invoke-rc.d service-name start|stop|restart
 
''This is the equivalent to "service" in RedHat based Distros''
 
''This is the equivalent to "service" in RedHat based Distros''
  
 
== Starting Services at Boot ==
 
== Starting Services at Boot ==
  update.rc
+
  update-rc.d
This is the equivalent to "chkconfig" in RedHat based Distros
+
'''Usage'''
 +
update-rc.d service-name start|stop|restart
 +
''This is the equivalent to "chkconfig" in RedHat based Distros''
 +
 
 +
Optionally you can run '''rcconf''' a menu based Command Line utility
 +
rcconfig
 +
''This package may not be installed by default''
 +
apt-get install rcconf
  
  

Revision as of 03:41, 28 January 2007

Ubuntu General Notes


Starting/Stoping Services

invoke-rc.d

Usage

invoke-rc.d service-name start|stop|restart

This is the equivalent to "service" in RedHat based Distros

Starting Services at Boot

update-rc.d

Usage

update-rc.d service-name start|stop|restart

This is the equivalent to "chkconfig" in RedHat based Distros

Optionally you can run rcconf a menu based Command Line utility

rcconfig

This package may not be installed by default

apt-get install rcconf