ports/main/s6-services/rc/core/getty.tty1/run

14 lines
187 B
Plaintext
Raw Normal View History

2022-01-11 20:11:00 +00:00
#!/bin/execlineb -P
2022-02-05 14:17:59 +00:00
s6-envdir -i /etc/s6/env/core/path
importas -i PATH PATH
emptyenv
export PATH $PATH
define BAUD 38400
define TTY tty1
fdclose 1
fdclose 2
exec getty ${BAUD} ${TTY}