diff options
author | davidovski <david@davidovski.xyz> | 2022-03-01 23:14:41 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-03-01 23:14:41 +0000 |
commit | ea4267fac55c7d8a6093a6b03ff0e9c795786d3e (patch) | |
tree | 04905981b9d5ad7a4710c472faf920f3c5e28375 /xi/s6/sv/agetty4 | |
parent | efee4ebf43e376a7cd8b8abcef0c70aa90427bb4 (diff) |
reorganised
Diffstat (limited to 'xi/s6/sv/agetty4')
-rw-r--r-- | xi/s6/sv/agetty4/dependencies.d/hostname | 0 | ||||
-rw-r--r-- | xi/s6/sv/agetty4/run | 3 | ||||
-rw-r--r-- | xi/s6/sv/agetty4/type | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/xi/s6/sv/agetty4/dependencies.d/hostname b/xi/s6/sv/agetty4/dependencies.d/hostname new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/xi/s6/sv/agetty4/dependencies.d/hostname diff --git a/xi/s6/sv/agetty4/run b/xi/s6/sv/agetty4/run new file mode 100644 index 0000000..3f6a88e --- /dev/null +++ b/xi/s6/sv/agetty4/run @@ -0,0 +1,3 @@ +#!/bin/execlineb -P +if { s6-echo "[ Services ] : Enabling tty4" } +exec /sbin/agetty -L -8 tty4 115200 diff --git a/xi/s6/sv/agetty4/type b/xi/s6/sv/agetty4/type new file mode 100644 index 0000000..5883cff --- /dev/null +++ b/xi/s6/sv/agetty4/type @@ -0,0 +1 @@ +longrun |