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 '' | ||
+ | |||
+ | < | ||
+ | update-rc.d ntp defaults | ||
+ | </ | ||
+ | |||
+ | ** Remove a service from startup ** | ||
+ | |||
+ | < | ||
+ | update-rc.d ntp remove | ||
+ | </ |