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