diff options
| author | PS <p@0x53.net> | 2026-02-22 13:41:11 +0100 |
|---|---|---|
| committer | PS <p@0x53.net> | 2026-02-22 13:41:11 +0100 |
| commit | 4293445a70b991dbe84cd8a177ff09ea73dd2ea4 (patch) | |
| tree | e4d3e9b23c4e1782f9441c46aaa1faaac8225275 /src/lib/source/system/tty/getty-7-srv/run | |
| parent | 083540c831cbf952ff6c52d78720fdf3dd703871 (diff) | |
| download | goetia-linux-4293445a70b991dbe84cd8a177ff09ea73dd2ea4.tar.gz goetia-linux-4293445a70b991dbe84cd8a177ff09ea73dd2ea4.tar.bz2 goetia-linux-4293445a70b991dbe84cd8a177ff09ea73dd2ea4.zip | |
Add gettys
Diffstat (limited to 'src/lib/source/system/tty/getty-7-srv/run')
| -rw-r--r-- | src/lib/source/system/tty/getty-7-srv/run | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/source/system/tty/getty-7-srv/run b/src/lib/source/system/tty/getty-7-srv/run new file mode 100644 index 0000000..1435c72 --- /dev/null +++ b/src/lib/source/system/tty/getty-7-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 tty7 } +getty tty7 |
