Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
update-rc.d [2015/10/27 22:42]
steve
update-rc.d [2016/04/26 12:23]
steve
Line 2: Line 2:
  
   * [[Ubuntu]]   * [[Ubuntu]]
-  * [[Ubuntu Services]]+  * [[upstart]]
  
-''​Add a service to startup''​+** Add a service to startup ​** 
 + 
 +Using ''​ntp'' ​as an example:
  
 <​code>​ <​code>​
-update-rc.d ​service ​defaults+update-rc.d ​ntp defaults
 </​code>​ </​code>​
  
-''​Remove a service from startup''​+** Remove a service from startup ​**
  
 <​code>​ <​code>​
-update-rc.d ​service ​remove+update-rc.d ​ntp remove
 </​code>​ </​code>​