about summary refs log tree commit diff
path: root/services/agetty-serial/conf
blob: 6c3d03242479f8d937c9e6a32e6922a4d0f75921 (plain) (blame)
1
2
3
4
5
6
7
8
GETTY_ARGS="-L"
if [ -x /sbin/agetty -o /bin/agetty ]; then
	# util-linux specific settings
	GETTY_ARGS="${GETTY_ARGS} -8"
fi

BAUD_RATE=115200
TERM_NAME=vt100