Список:
mozg@localhost:~$ sudo /sbin/chkconfig -list
mozg@localhost:~$ sudo /sbin/chkconfig -level 012345 tor off
Включаем демон в автозапуск
mozg@localhost:~$ sudo /sbin/chkconfig -level 012345 tor on
mozg@localhost:~$ sudo /sbin/chkconfig -list
acpid 0:off 1:off 2:on 3:on 4:on 5:on 6:off
alsa-utils 0:off 1:off 2:off 3:off 4:off 5:off 6:off S:on
anacron 0:off 1:off 2:on 3:on 4:on 5:on 6:off
apache2 0:off 1:off 2:on 3:on 4:on 5:on 6:off
...Выключаем демон из автозапуска
mozg@localhost:~$ sudo /sbin/chkconfig -level 012345 tor off
Включаем демон в автозапуск
mozg@localhost:~$ sudo /sbin/chkconfig -level 012345 tor on
Комментариев нет:
Отправить комментарий