From 3e052c72a05424f354c4f8aa32b6e7df29602577 Mon Sep 17 00:00:00 2001 From: apio Date: Sat, 29 Oct 2022 10:01:17 +0200 Subject: [PATCH] init: don't wait before executing the session binary --- apps/src/init.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/src/init.c b/apps/src/init.c index 96b665ab..c0033782 100644 --- a/apps/src/init.c +++ b/apps/src/init.c @@ -53,8 +53,6 @@ int main() show_motd(); - msleep(200); - pid_t child = fork(); if (child < 0) {