about summary refs log tree commit diff
path: root/services/agetty-tty1/run
blob: dfca715191e5ea34776ff7ec210bcfb0ef0d8d70 (plain) (blame)
1
2
3
#!/bin/sh
tty=${PWD##*-}
exec setsid /sbin/agetty -8 -s 38400 $([ $tty = tty1 ] && echo --noclear) $tty linux