diff options
Diffstat (limited to 'init/tty.conf')
-rw-r--r-- | init/tty.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/init/tty.conf b/init/tty.conf new file mode 100644 index 00000000..251e1139 --- /dev/null +++ b/init/tty.conf @@ -0,0 +1,9 @@ +# tty - getty +# +# This service maintains a getty on the sepcified device. + +stop on runlevel [016] + +respawn +instance $TTY +exec /sbin/mingetty $TTY |