This is an old revision of the document!


Ubuntu Services

Ubuntu uses upstart for it's init service management.

Examples

Start, stop, restart a service.

service <service> start
service <service> stop
service <service> restart

List services

initctl list

Add a service to bootup

update-rc.d ssh defaults

Remove a service from bootup

update-rc.d <service> disable