dodawanie programów do ,,autostartu''

Tematy związane z oprogramowaniem, instalacją, konfiguracją
Awatar użytkownika
ArnVaker
Beginner
Posty: 277
Rejestracja: 10 października 2012, 21:58

Post 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.
Awatar użytkownika
075browar
Posty: 7
Rejestracja: 28 grudnia 2010, 22:32
Lokalizacja: localhost

Post autor: 075browar »

Chodziło mi o to

Kod: Zaznacz cały

update-rc.d [-n] [-f] skrypt remove
Dziękuję.
Awatar użytkownika
Yampress
Administrator
Posty: 6400
Rejestracja: 09 sierpnia 2007, 21:41
Lokalizacja: PL

Post 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.
ODPOWIEDZ