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