Linux disabling a service on bootup Posted on 12 February 2021 by kosmas emailFacebookTwitterLinkedin To stop having a service automatically start after bootup in a Linux system with systemctl use the following to stop and then disable the service: sudo systemctl stop service_name sudo systemctl disable service_name 12 sudo systemctl stop service_namesudo systemctl disable service_name