5 lines
186 B
Text
5 lines
186 B
Text
#!/bin/execlineb -P
|
|
if { pipeline { redirfd -w 2 /dev/null s6-rc -a list } grep -qFx mount-filesystems }
|
|
envfile /etc/s6/sv/getty-tty4/conf
|
|
importas -iu SPAWN SPAWN
|
|
exec getty /dev/tty4
|