aboutsummaryrefslogtreecommitdiff
path: root/runit
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-06-16 13:15:08 +1200
committerArslaan Pathan <[email protected]>2026-06-16 13:15:08 +1200
commit71c1b721a924619baab3dc8bb24b9e77fadb922e (patch)
treebc68d26f643a386c6bc0f717adcf2563f0bdd83d /runit
parentb38f0037640428ddf347a6531f086c37fa02fd9f (diff)
downloadyerbalinux-71c1b721a924619baab3dc8bb24b9e77fadb922e.tar.xz
yerbalinux-71c1b721a924619baab3dc8bb24b9e77fadb922e.zip
Remove old runit stuff
Diffstat (limited to 'runit')
-rwxr-xr-xrunit/14
-rwxr-xr-xrunit/23
-rwxr-xr-xrunit/32
-rwxr-xr-xrunit/sv/getty-tty0/run2
-rwxr-xr-xrunit/sv/getty-ttyS0/run2
5 files changed, 0 insertions, 13 deletions
diff --git a/runit/1 b/runit/1
deleted file mode 100755
index cb50ea9..0000000
--- a/runit/1
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-export PATH=/usr/bin:/bin:/sbin
-mount -a
-hostname -F /etc/hostname 2>/dev/null || hostname yerba-live
diff --git a/runit/2 b/runit/2
deleted file mode 100755
index 26a5842..0000000
--- a/runit/2
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-export PATH=/usr/bin:/bin:/sbin
-exec runsvdir /etc/service
diff --git a/runit/3 b/runit/3
deleted file mode 100755
index 43e2ad1..0000000
--- a/runit/3
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/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
deleted file mode 100755
index 4594b3b..0000000
--- a/runit/sv/getty-tty0/run
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-exec /bin/getty -L tty0 115200 vt100
diff --git a/runit/sv/getty-ttyS0/run b/runit/sv/getty-ttyS0/run
deleted file mode 100755
index 8b2af04..0000000
--- a/runit/sv/getty-ttyS0/run
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-exec /bin/getty -L ttyS0 115200 vt100