init: wait less before starting sh
This commit is contained in:
parent
a815beacfb
commit
ba57f32f39
@ -52,7 +52,7 @@ int main()
|
|||||||
|
|
||||||
if (print_version()) return 1;
|
if (print_version()) return 1;
|
||||||
|
|
||||||
sleep(1);
|
msleep(200);
|
||||||
|
|
||||||
pid_t child = fork();
|
pid_t child = fork();
|
||||||
if (child < 0)
|
if (child < 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user