generic-poky/meta/recipes-core/sysvinit/sysvinit-inittab/start_getty

6 lines
62 B
Bash

#!/bin/sh
if [ -c /dev/$2 ]
then
/sbin/getty -L $1 $2 $3
fi