User Tools

Site Tools


ubuntu:services:disable_a_service_at_boot

Ubuntu - Services - Disable a service at boot

Using systemctl

sudo systemctl disable application.service

Using invoke-rc.d

update-rc.d service_name purge

Using Systsem V

With sysv-rc-conf or sysvconfig.

sysv-rc-conf service_name off
ubuntu/services/disable_a_service_at_boot.txt · Last modified: 2020/07/15 10:30 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki