From bf9e3fa7014fbcf70486be46d09c1e972076b367 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 14 Feb 2020 13:14:23 +0300 Subject: minit: remove launch-services.boot --- core/minit/files/launch-services.boot | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 core/minit/files/launch-services.boot (limited to 'core/minit/files') diff --git a/core/minit/files/launch-services.boot b/core/minit/files/launch-services.boot deleted file mode 100644 index 6ba14057..00000000 --- a/core/minit/files/launch-services.boot +++ /dev/null @@ -1,10 +0,0 @@ -# We are going to start runit and getty here - -# Uncomment to enable gettys -# for getty in 1 2 3 4 5 6 ; do -# while :; do /sbin/getty tty${getty} 0 linux ; done & # busybox getty -# # while :; do /sbin/getty tty${getty} linux ; done & # ubase getty -# done - -# Uncomment enable runit services -# while :; do /usr/bin/runsvdir -P /var/service ; done & -- cgit v1.2.3