Estoy tratando de deshabilitar un servicio:
$ Sudo update-rc.d mysql disable
update-rc.d: warning: start runlevel arguments (none) do not match mysql Default-Start values (2 3 4 5)
update-rc.d: warning: stop runlevel arguments (none) do not match mysql Default-Stop values (0 1 6)
System start/stop links for /etc/init.d/mysql do not exist.
Qué significa eso? ¿Cómo puedo desactivarlo entonces?
Significa que el servicio en el sistema SysVInit
no está habilitado. El mysql
se inicia más bien a través de upstart
en /etc/init
.
Para deshabilitar el inicio automático de mysql
.
echo "manual" > /etc/init/mysql.override