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-6-srv | |
| 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-6-srv')
| -rw-r--r-- | src/lib/source/system/tty/getty-6-srv/producer-for | 1 | ||||
| -rw-r--r-- | src/lib/source/system/tty/getty-6-srv/run | 9 | ||||
| -rw-r--r-- | src/lib/source/system/tty/getty-6-srv/type | 1 |
3 files changed, 11 insertions, 0 deletions
diff --git a/src/lib/source/system/tty/getty-6-srv/producer-for b/src/lib/source/system/tty/getty-6-srv/producer-for new file mode 100644 index 0000000..8fb740c --- /dev/null +++ b/src/lib/source/system/tty/getty-6-srv/producer-for @@ -0,0 +1 @@ +getty-6-log diff --git a/src/lib/source/system/tty/getty-6-srv/run b/src/lib/source/system/tty/getty-6-srv/run new file mode 100644 index 0000000..60843b5 --- /dev/null +++ b/src/lib/source/system/tty/getty-6-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 tty6 } +getty tty6 diff --git a/src/lib/source/system/tty/getty-6-srv/type b/src/lib/source/system/tty/getty-6-srv/type new file mode 100644 index 0000000..5883cff --- /dev/null +++ b/src/lib/source/system/tty/getty-6-srv/type @@ -0,0 +1 @@ +longrun |
