diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-10 20:06:29 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-10 20:06:29 +1200 |
| commit | 58b1499d3431700d999a5164f7e5a22706adc35d (patch) | |
| tree | ee7b285208767f1427ad217727b760553dd69ba2 /runit | |
| parent | 5e2fe0cdbe0da7e1082d273a0295fdad44614a48 (diff) | |
| download | yerbalinux-58b1499d3431700d999a5164f7e5a22706adc35d.tar.xz yerbalinux-58b1499d3431700d999a5164f7e5a22706adc35d.zip | |
Add runit
Diffstat (limited to 'runit')
| -rwxr-xr-x | runit/1 | 3 | ||||
| -rwxr-xr-x | runit/2 | 2 | ||||
| -rwxr-xr-x | runit/3 | 2 | ||||
| -rwxr-xr-x | runit/sv/getty-tty0/run | 2 | ||||
| -rwxr-xr-x | runit/sv/getty-ttyS0/run | 2 |
5 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,3 @@ +#!/bin/sh +mount -a +hostname -F /etc/hostname 2>/dev/null || hostname yerba-live @@ -0,0 +1,2 @@ +#!/bin/bash +exec runsvdir /etc/service @@ -0,0 +1,2 @@ +#!/bin/sh +# this is the shutdown thing i think? nothing here yet diff --git a/runit/sv/getty-tty0/run b/runit/sv/getty-tty0/run new file mode 100755 index 0000000..df22125 --- /dev/null +++ b/runit/sv/getty-tty0/run @@ -0,0 +1,2 @@ +#!/bin/sh +exec /sbin/getty -L tty0 115200 vt100 diff --git a/runit/sv/getty-ttyS0/run b/runit/sv/getty-ttyS0/run new file mode 100755 index 0000000..d02722e --- /dev/null +++ b/runit/sv/getty-ttyS0/run @@ -0,0 +1,2 @@ +#!/bin/sh +exec /sbin/getty -L ttyS0 115200 vt100 |
