diff options
Diffstat (limited to 'extra/sinit/files/sinit-launch-services.boot')
-rw-r--r-- | extra/sinit/files/sinit-launch-services.boot | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/extra/sinit/files/sinit-launch-services.boot b/extra/sinit/files/sinit-launch-services.boot deleted file mode 100644 index 4d4fad6a..00000000 --- a/extra/sinit/files/sinit-launch-services.boot +++ /dev/null @@ -1,14 +0,0 @@ -# we are going to start runit and getty here - -sinit_run_getty() { - for getty in 1 2 3 4 5 6; do - ubase-box respawn /sbin/getty 38400 tty${getty} 2>&1 & - done -} - -sinit_runit() { - ubase-box respawn /usr/bin/runsvdir -P /var/service & -} - -[ "$SINIT_ENABLE_GETTY" = 1 ] && sinit_run_getty -[ "$SINIT_ENABLE_RUNIT" = 1 ] && sinit_runit |