summary refs log tree commit diff
path: root/services/agetty-console/run
blob: 9fc6409dd2f058960807c0ae0d638ec3918ec7a5 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh
if [ -x /sbin/getty ]; then
	GETTY=getty
elif [ -x /sbin/agetty ]; then
	GETTY=agetty
fi
exec $GETTY console 38400 linux