Differences
This shows you the differences between two versions of the page.
update-rc.d [2016/04/26 18:23] – created - external edit 127.0.0.1 | update-rc.d [2025/07/21 09:13] (current) – removed steve | ||
---|---|---|---|
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 | ||
- | </ |