# ttyI1 - vboxgetty (ISDN voice box)
#
# This service maintains a mgetty on ttyI1 from the point the system is
# started until it is shut down again.
# this script is usually installed as /etc/event.d/ttyI1
# 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 /usr/sbin/vboxgetty -d /dev/ttyI1
