diff options
Diffstat (limited to 'src/lib/service/system')
| -rwxr-xr-x | src/lib/service/system/getty-12/run | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/service/system/getty-12/run b/src/lib/service/system/getty-12/run new file mode 100755 index 0000000..e580b83 --- /dev/null +++ b/src/lib/service/system/getty-12/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 tty12 } +getty tty12 |
