User Tools

Site Tools


ubuntu:services:disabling_a_service_at_boot

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
ubuntu:services:disabling_a_service_at_boot [2019/12/08 14:50] peterubuntu: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 
-</code> 
- 
----- 
- 
-===== Using invoke-rc.d ===== 
- 
-<code bash> 
-update-rc.d service_name purge 
-</code> 
- 
----- 
- 
-===== Using Systsem V ===== 
- 
-With **sysv-rc-conf** or **sysvconfig**. 
- 
-<code bash> 
-sysv-rc-conf service_name off 
-</code> 
ubuntu/services/disabling_a_service_at_boot.1575816635.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki