sys-process/runit: remove unused files

Signed-off-by: Michael Mair-Keimberger <mm1ke@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger
2026-03-25 06:53:17 +01:00
parent 10e0a58018
commit 2fda0fa0ec
2 changed files with 0 additions and 24 deletions

View File

@@ -1,10 +0,0 @@
#!/bin/sh
# system one time tasks
PATH=/sbin:/usr/sbin:/bin:/usr/bin
RUNLEVEL=S /sbin/openrc sysinit
RUNLEVEL=S /sbin/openrc boot
touch /etc/runit/stopit
chmod 0 /etc/runit/stopit

View File

@@ -1,14 +0,0 @@
#!/bin/sh
exec >/dev/console 2>&1
PATH=/sbin:/usr/sbin:/bin:/usr/bin
echo 'Waiting for getties to stop...'
sv -w 10 force-shutdown /etc/service/getty-*
echo 'Waiting for services to stop...'
sv -w 300 force-shutdown /etc/service/*
echo 'Shutdown...'
test -x /etc/runit/reboot && LAST=6 || LAST=0
test -x /etc/runit/reboot && RC=reboot || RC=shutdown
RUNLEVEL=$LAST /sbin/openrc $RC