aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/source
diff options
context:
space:
mode:
authorPS <p@0x53.net>2026-02-22 13:41:11 +0100
committerPS <p@0x53.net>2026-02-22 13:41:11 +0100
commit4293445a70b991dbe84cd8a177ff09ea73dd2ea4 (patch)
treee4d3e9b23c4e1782f9441c46aaa1faaac8225275 /src/lib/source
parent083540c831cbf952ff6c52d78720fdf3dd703871 (diff)
downloadgoetia-linux-4293445a70b991dbe84cd8a177ff09ea73dd2ea4.tar.gz
goetia-linux-4293445a70b991dbe84cd8a177ff09ea73dd2ea4.tar.bz2
goetia-linux-4293445a70b991dbe84cd8a177ff09ea73dd2ea4.zip
Add gettys
Diffstat (limited to 'src/lib/source')
-rw-r--r--src/lib/source/system/tty/getty-1-srv/producer-for1
-rw-r--r--src/lib/source/system/tty/getty-1-srv/run9
-rw-r--r--src/lib/source/system/tty/getty-1-srv/type1
-rw-r--r--src/lib/source/system/tty/getty-2-srv/producer-for1
-rw-r--r--src/lib/source/system/tty/getty-2-srv/run9
-rw-r--r--src/lib/source/system/tty/getty-2-srv/type1
-rw-r--r--src/lib/source/system/tty/getty-3-srv/producer-for1
-rw-r--r--src/lib/source/system/tty/getty-3-srv/run9
-rw-r--r--src/lib/source/system/tty/getty-3-srv/type1
-rw-r--r--src/lib/source/system/tty/getty-4-srv/producer-for1
-rw-r--r--src/lib/source/system/tty/getty-4-srv/run9
-rw-r--r--src/lib/source/system/tty/getty-4-srv/type1
-rw-r--r--src/lib/source/system/tty/getty-5-srv/producer-for1
-rw-r--r--src/lib/source/system/tty/getty-5-srv/run9
-rw-r--r--src/lib/source/system/tty/getty-5-srv/type1
-rw-r--r--src/lib/source/system/tty/getty-6-srv/producer-for1
-rw-r--r--src/lib/source/system/tty/getty-6-srv/run9
-rw-r--r--src/lib/source/system/tty/getty-6-srv/type1
-rw-r--r--src/lib/source/system/tty/getty-7-srv/producer-for1
-rw-r--r--src/lib/source/system/tty/getty-7-srv/run9
-rw-r--r--src/lib/source/system/tty/getty-7-srv/type1
21 files changed, 77 insertions, 0 deletions
diff --git a/src/lib/source/system/tty/getty-1-srv/producer-for b/src/lib/source/system/tty/getty-1-srv/producer-for
new file mode 100644
index 0000000..e544789
--- /dev/null
+++ b/src/lib/source/system/tty/getty-1-srv/producer-for
@@ -0,0 +1 @@
+getty-1-log
diff --git a/src/lib/source/system/tty/getty-1-srv/run b/src/lib/source/system/tty/getty-1-srv/run
new file mode 100644
index 0000000..dd32849
--- /dev/null
+++ b/src/lib/source/system/tty/getty-1-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 tty1 }
+getty tty1
diff --git a/src/lib/source/system/tty/getty-1-srv/type b/src/lib/source/system/tty/getty-1-srv/type
new file mode 100644
index 0000000..5883cff
--- /dev/null
+++ b/src/lib/source/system/tty/getty-1-srv/type
@@ -0,0 +1 @@
+longrun
diff --git a/src/lib/source/system/tty/getty-2-srv/producer-for b/src/lib/source/system/tty/getty-2-srv/producer-for
new file mode 100644
index 0000000..57a7002
--- /dev/null
+++ b/src/lib/source/system/tty/getty-2-srv/producer-for
@@ -0,0 +1 @@
+getty-2-log
diff --git a/src/lib/source/system/tty/getty-2-srv/run b/src/lib/source/system/tty/getty-2-srv/run
new file mode 100644
index 0000000..142df1d
--- /dev/null
+++ b/src/lib/source/system/tty/getty-2-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 tty2 }
+getty tty2
diff --git a/src/lib/source/system/tty/getty-2-srv/type b/src/lib/source/system/tty/getty-2-srv/type
new file mode 100644
index 0000000..5883cff
--- /dev/null
+++ b/src/lib/source/system/tty/getty-2-srv/type
@@ -0,0 +1 @@
+longrun
diff --git a/src/lib/source/system/tty/getty-3-srv/producer-for b/src/lib/source/system/tty/getty-3-srv/producer-for
new file mode 100644
index 0000000..134cd30
--- /dev/null
+++ b/src/lib/source/system/tty/getty-3-srv/producer-for
@@ -0,0 +1 @@
+getty-3-log
diff --git a/src/lib/source/system/tty/getty-3-srv/run b/src/lib/source/system/tty/getty-3-srv/run
new file mode 100644
index 0000000..c4b9f5a
--- /dev/null
+++ b/src/lib/source/system/tty/getty-3-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 tty3 }
+getty tty3
diff --git a/src/lib/source/system/tty/getty-3-srv/type b/src/lib/source/system/tty/getty-3-srv/type
new file mode 100644
index 0000000..5883cff
--- /dev/null
+++ b/src/lib/source/system/tty/getty-3-srv/type
@@ -0,0 +1 @@
+longrun
diff --git a/src/lib/source/system/tty/getty-4-srv/producer-for b/src/lib/source/system/tty/getty-4-srv/producer-for
new file mode 100644
index 0000000..1f08fe8
--- /dev/null
+++ b/src/lib/source/system/tty/getty-4-srv/producer-for
@@ -0,0 +1 @@
+getty-4-log
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
diff --git a/src/lib/source/system/tty/getty-4-srv/type b/src/lib/source/system/tty/getty-4-srv/type
new file mode 100644
index 0000000..5883cff
--- /dev/null
+++ b/src/lib/source/system/tty/getty-4-srv/type
@@ -0,0 +1 @@
+longrun
diff --git a/src/lib/source/system/tty/getty-5-srv/producer-for b/src/lib/source/system/tty/getty-5-srv/producer-for
new file mode 100644
index 0000000..d42fe8f
--- /dev/null
+++ b/src/lib/source/system/tty/getty-5-srv/producer-for
@@ -0,0 +1 @@
+getty-5-log
diff --git a/src/lib/source/system/tty/getty-5-srv/run b/src/lib/source/system/tty/getty-5-srv/run
new file mode 100644
index 0000000..f688bf8
--- /dev/null
+++ b/src/lib/source/system/tty/getty-5-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 tty5 }
+getty tty5
diff --git a/src/lib/source/system/tty/getty-5-srv/type b/src/lib/source/system/tty/getty-5-srv/type
new file mode 100644
index 0000000..5883cff
--- /dev/null
+++ b/src/lib/source/system/tty/getty-5-srv/type
@@ -0,0 +1 @@
+longrun
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
diff --git a/src/lib/source/system/tty/getty-7-srv/producer-for b/src/lib/source/system/tty/getty-7-srv/producer-for
new file mode 100644
index 0000000..62c5403
--- /dev/null
+++ b/src/lib/source/system/tty/getty-7-srv/producer-for
@@ -0,0 +1 @@
+getty-7-log
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
diff --git a/src/lib/source/system/tty/getty-7-srv/type b/src/lib/source/system/tty/getty-7-srv/type
new file mode 100644
index 0000000..5883cff
--- /dev/null
+++ b/src/lib/source/system/tty/getty-7-srv/type
@@ -0,0 +1 @@
+longrun