aboutsummaryrefslogtreecommitdiff
path: root/core/sinit/files
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-02-14 13:12:57 +0300
committerCem Keylan <cem@ckyln.com>2020-02-14 14:04:29 +0300
commitf167e4c7cf03bce415d011961eaf6ff5bcd0aa9f (patch)
treeec5e4555da5103ed41a892a82693591e3ed3ddb0 /core/sinit/files
parent4ccde4299ce8fbce4ff4c876b8dedcebee0372a1 (diff)
downloadrepository-f167e4c7cf03bce415d011961eaf6ff5bcd0aa9f.tar.gz
sinit: remove sinit-launch-services
Diffstat (limited to 'core/sinit/files')
-rw-r--r--core/sinit/files/sinit-launch-services.boot10
1 files changed, 0 insertions, 10 deletions
diff --git a/core/sinit/files/sinit-launch-services.boot b/core/sinit/files/sinit-launch-services.boot
deleted file mode 100644
index 6ba14057..00000000
--- a/core/sinit/files/sinit-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 &