init: don't wait before executing the session binary

This commit is contained in:
apio 2022-10-29 10:01:17 +02:00
parent 32e09d3417
commit 3e052c72a0

View File

@ -53,8 +53,6 @@ int main()
show_motd();
msleep(200);
pid_t child = fork();
if (child < 0)
{