summary refs log tree commit diff
path: root/contrib/rvnit-init
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2022-01-27 17:55:56 +0100
committerLeah Neukirchen <leah@vuxu.org>2022-01-27 17:55:56 +0100
commit0f55856e02b30c9cc41df0c75bccf7f2881cfe93 (patch)
treec367bdec2245556b70b0a6b2c626f6c2f9445891 /contrib/rvnit-init
parent4a8a2b2d662f5de300d789d31078b9d75e94106a (diff)
downloadrvnit-0f55856e02b30c9cc41df0c75bccf7f2881cfe93.tar.gz
rvnit-0f55856e02b30c9cc41df0c75bccf7f2881cfe93.tar.xz
rvnit-0f55856e02b30c9cc41df0c75bccf7f2881cfe93.zip
contrib: update
Diffstat (limited to 'contrib/rvnit-init')
-rwxr-xr-xcontrib/rvnit-init12
1 files changed, 0 insertions, 12 deletions
diff --git a/contrib/rvnit-init b/contrib/rvnit-init
deleted file mode 100755
index 96786ea..0000000
--- a/contrib/rvnit-init
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-PATH=/usr/bin:/usr/sbin
-export PATH
-
-# control tty
-exec </dev/tty1 >/dev/tty1 2>&1
-
-mountpoint -q /proc || mount -o nosuid,noexec,nodev -t proc proc /proc
-mountpoint -q /run || mount -o mode=0755,nosuid,nodev -t tmpfs run /run
-
-ctrlaltdel soft
-exec /bin/rvnit /etc/rvnit