aboutsummaryrefslogtreecommitdiff
path: root/core/minit/files
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-02-14 13:14:23 +0300
committerCem Keylan <cem@ckyln.com>2020-02-14 14:04:29 +0300
commitbf9e3fa7014fbcf70486be46d09c1e972076b367 (patch)
treef4182df98c9a3b4be8580c62ab5f0c77ebf8317b /core/minit/files
parentf167e4c7cf03bce415d011961eaf6ff5bcd0aa9f (diff)
downloadrepository-bf9e3fa7014fbcf70486be46d09c1e972076b367.tar.gz
minit: remove launch-services.boot
Diffstat (limited to 'core/minit/files')
-rw-r--r--core/minit/files/launch-services.boot10
1 files changed, 0 insertions, 10 deletions
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 &