no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


update-rc.d [2016/04/26 18:23] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== update-rc.d ======
  
 +  * [[Ubuntu]]
 +  * [[upstart]]
 +
 +** Add a service to startup **
 +
 +Using ''ntp'' as an example:
 +
 +<code>
 +update-rc.d ntp defaults
 +</code>
 +
 +** Remove a service from startup **
 +
 +<code>
 +update-rc.d ntp remove
 +</code>

Navigation
QR Code
QR Code update-rc.d (generated for current page)