====== Ubuntu Services ======
Ubuntu uses upstart for it's init service management.
* [[http://upstart.ubuntu.com/cookbook/|Upstart Cookbook]]
Service config files exist in ''/etc/init''. Anything in there can be started, stopped by upstart using ''service''.
==== Examples ====
Start, stop, restart a service.
service start
service stop
service restart
List services
initctl list
Add a service to bootup
update-rc.d ssh defaults
Remove a service from bootup
update-rc.d disable