ubuntu:services:disabling_a_service_at_boot
This is an old revision of the document!
Table of Contents
Ubuntu - Services - Disabling a service at boot
Using systemctl
sudo systemctl disable application.service
Using invoke-rc.d
update-rc.d service_name purge
Using SystsemV
With sysv-rc-conf or sysvconfig.
sysv-rc-conf service_name off
ubuntu/services/disabling_a_service_at_boot.1575816615.txt.gz ยท Last modified: 2020/07/15 09:30 (external edit)