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