Спасибо! А mysql - хрен с ней, явно не нужна на рабочей машине.

29.01.2014 21:29, Dmitry Agafonov пишет:
Ах, с mysql (использует upstart) вот такая каша:

Since Upstart 1.3 we can tell a service to only start when we want to:

|sudo sh -c "echo 'manual' > /etc/init/SERVICE.override"
|

where the stanza *manual* will stop Upstart from automatically loading the service on next boot. Any service with the *.override* ending will take precedence over the original service file. You will only be able to start the service manually afterwards. If you do not want this then simply delete the *.override*. For example:

|sudo sh -c "echo 'manual' > /etc/init/mysql.override"
|

Will put the MySQL service into "manual" mode. If you do not want this, afterwards you can simply do

|sudo rm /etc/init/mysql.override
|

and Reboot for the service to start automatically again.




29 января 2014 г., 21:22 пользователь Dmitry Agafonov <agafonovdmi...@gmail.com <mailto:agafonovdmi...@gmail.com>> написал:

    Примерно так:
    sudo update-rc.d SERVICE disable


-- Dmitry Agafonov ~ http://agafonov.pp.ru/




--
Dmitry Agafonov ~ http://agafonov.pp.ru/



-- 
ubuntu-ru mailing list
ubuntu-ru@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-ru

Дати відповідь електронним листом