#!/bin/execlineb -P
envfile /etc/s6-rc/config/tty3.conf
importas -uD "yes" SPAWN SPAWN
importas -sCuD "" ARGS ARGS
importas -sCuD "/sbin/agetty" GETTY GETTY
if -t { test -e /dev/tty3 }
if -t { test ${SPAWN} = "yes" }
	exec ${GETTY} -L -8 tty3 115200 ${ARGS}
