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

BAUD_RATE=115200
TERM_NAME=vt100