systemctl DISABLE service and switch off potential autostart of it: $ sudo systemctl disable SERVICE_NAME STOP service: $ sudo systemctl stop SERVICE_NAME ENABLE service $ sudo systemctl enable SERVICE_NAME START service: $ sudo systemctl start SERVICE_NAME