Skip to primary content

42

Web notebook about thoughts and discoveries in DevOps, SRE, Software Engineering….

42

Main menu

  • Home
  • About
  • contact
  • Links

Post navigation

← Previous Next →

Linux disabling a service on bootup

Posted on 12 February 2021 by kosmas

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

This entry was posted in Bash, linux, Ubuntu/Debian and tagged linux, service boot up, systemctl, ubuntu by kosmas. Bookmark the permalink.
Proudly powered by WordPress