User Tools

Site Tools


informatica:linux:runlevel

This is an old revision of the document!


Runlevel

Para añadir un servicio en los diferentes niveles de ejecución:

Red Hat:

# chkconfig --list |grep -i sendmail
sendmail        0:off   1:off   2:on    3:on    4:on    5:on    6:off
# chkconfig --level 2 sendmail off
# chkconfig --list |grep -i sendmail
sendmail        0:off   1:off   2:off    3:on    4:on    5:on    6:off

Debian:

Copiar el ejecutable en /etc/init.d

#update-rc.d ddclient defaults

Deshabilitar en niveles:

#update-rc.d ntlmaps disable 2 3 4 5
informatica/linux/runlevel.1372842169.txt.gz · Last modified: 2015/04/13 20:19 (external edit)