Si tenes un servicio que necesitas deshabilitar o habilitar acá te dejo los dos comandos que te permitirán realizar esto
Para habilitar un servicio debes ejecutar como superusuario systemctl enable servicioAHabilitar.service
sudo systemctl enable apache2
Pada deshabilitar ese mismo servicio debes ejecutar (siempre como superusuario) systemctl disable servicioADeshabilitar.service
sudo systemctl disable apache2