воскресенье, 2 августа 2009 г.

Ubuntu. Управление автозагрузкой через консоль

sysv-rc-conf update-rc.d Отключаем запуск bluetooth при загрузке sudo update-rc.d -f bluetooth remove password for xxxxx: Removing any system startup links for /etc/init.d/bluetooth … /etc/rc0.d/K74bluetooth /etc/rc1.d/K74bluetooth /etc/rc2.d/K74bluetooth /etc/rc3.d/K74bluetooth /etc/rc4.d/K74bluetooth /etc/rc5.d/K74bluetooth /etc/rc6.d/K74bluetooth Включаем запуск bluetooth sudo update-rc.d -f bluetooth defaults Adding system startup for /etc/init.d/bluetooth … /etc/rc0.d/K20bluetooth -> ../init.d/bluetooth /etc/rc1.d/K20bluetooth -> ../init.d/bluetooth /etc/rc6.d/K20bluetooth -> ../init.d/bluetooth /etc/rc2.d/S20bluetooth -> ../init.d/bluetooth /etc/rc3.d/S20bluetooth -> ../init.d/bluetooth /etc/rc4.d/S20bluetooth -> ../init.d/bluetooth /etc/rc5.d/S20bluetooth -> ../init.d/bluetooth

Комментариев нет:

Отправить комментарий