From 051404c997c633388071203be5c24f28dfb9f14c Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 15 Jan 2020 22:36:35 +0300 Subject: sinit: removed ubase dependency, build respawn and halt onto sinit --- core/sinit/files/sinit-launch-services.boot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/sinit/files/sinit-launch-services.boot') diff --git a/core/sinit/files/sinit-launch-services.boot b/core/sinit/files/sinit-launch-services.boot index 4d4fad6a..4cbb0570 100644 --- a/core/sinit/files/sinit-launch-services.boot +++ b/core/sinit/files/sinit-launch-services.boot @@ -2,12 +2,12 @@ sinit_run_getty() { for getty in 1 2 3 4 5 6; do - ubase-box respawn /sbin/getty 38400 tty${getty} 2>&1 & + respawn /sbin/getty 38400 tty${getty} 2>&1 & done } sinit_runit() { - ubase-box respawn /usr/bin/runsvdir -P /var/service & + respawn /usr/bin/runsvdir -P /var/service & } [ "$SINIT_ENABLE_GETTY" = 1 ] && sinit_run_getty -- cgit v1.2.3