ubuntu:services:disabling_a_service_at_boot
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
ubuntu:services:disabling_a_service_at_boot [2019/12/08 14:50] – peter | ubuntu:services:disabling_a_service_at_boot [2019/12/08 15:06] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Ubuntu - Services - Disabling a service at boot ====== | ||
- | |||
- | ===== Using systemctl ===== | ||
- | |||
- | <code bash> | ||
- | sudo systemctl disable application.service | ||
- | </ | ||
- | |||
- | ---- | ||
- | |||
- | ===== Using invoke-rc.d ===== | ||
- | |||
- | <code bash> | ||
- | update-rc.d service_name purge | ||
- | </ | ||
- | |||
- | ---- | ||
- | |||
- | ===== Using Systsem V ===== | ||
- | |||
- | With **sysv-rc-conf** or **sysvconfig**. | ||
- | |||
- | <code bash> | ||
- | sysv-rc-conf service_name off | ||
- | </ |
ubuntu/services/disabling_a_service_at_boot.1575816635.txt.gz · Last modified: 2020/07/15 09:30 (external edit)