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
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