aboutsummaryrefslogtreecommitdiff
path: root/core/runit/files/2
blob: cae35839e09fd9837af080a52e98df74e078657d (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

PATH=/usr/bin:

for getty in 1 2 3 4 5 6 ; do
    while :; do /sbin/getty 38400 tty${getty} 2>&1 ; done &  # for busybox
    # while :; do /sbin/getty /dev/tty${getty} linux 2>&1 ; done &  # for ubase
done

exec /usr/bin/runsvdir -P /var/service