# ttyI0 - getty (ISDN dialin)
#
# This service maintains a mgetty on ttyI0 from the point the system is
# started until it is shut down again.
# this script is usually installed as /etc/event.d/ttyI0
# See /usr/share/doc/isdnutils-base/HOWTO.gz

start on runlevel 2
start on runlevel 3
start on runlevel 4
start on runlevel 5

stop on runlevel 0
stop on runlevel 1
stop on runlevel 6

# uncomment below
respawn
exec /sbin/mgetty -D -m '"" ATZ OK AT&Eyourmsnhere OK AT&B512 OK' -s 38400 ttyI0
