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

BAUD_RATE=115200
TERM_NAME=vt100