Strona 2 z 2

: 19 listopada 2012, 20:27
autor: ArnVaker
Całkiem czy tylko wyłączyć jego uruchamianie?

Całkiem z opcją remove:
man update-rc.d pisze:When invoked with the remove option, update-rc.d removes any links in the /etc/rcrunlevel.d directories to the script /etc/init.d/name. The script must have been deleted already. If the script is still present then update-rc.d aborts with an error message.
Tymczasowo wyłączyć najprościej chyba za pomocą sysv-rc-conf.

: 19 listopada 2012, 20:48
autor: 075browar
Chodziło mi o to

Kod: Zaznacz cały

update-rc.d [-n] [-f] skrypt remove
Dziękuję.

: 20 listopada 2012, 19:10
autor: Yampress
ja zawsze robię:

Kod: Zaznacz cały

update-rc.d -f    USLUGA remove
ewentualnie z /etc/rc2.d /etc/rc0.d usuwam symlinki do usługi ręcznie.