diff options
Diffstat (limited to 'src/lib/source/system/tty/getty-4-srv/run')
| -rw-r--r-- | src/lib/source/system/tty/getty-4-srv/run | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/source/system/tty/getty-4-srv/run b/src/lib/source/system/tty/getty-4-srv/run new file mode 100644 index 0000000..305212a --- /dev/null +++ b/src/lib/source/system/tty/getty-4-srv/run @@ -0,0 +1,9 @@ +#!@shebangdir@/execlineb -P + +# ISC license. +# https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git/about/ +# https://landley.net/toybox/ +# https://core.suckless.org/ubase/ + +tryexec { agetty tty4 } +getty tty4 |
