kernel: Make sure logd has started before post-fs-data.

This commit is contained in:
tiann
2023-04-15 00:17:28 +08:00
parent 29aaaae4b4
commit dc45eb6ed4

View File

@@ -23,6 +23,7 @@ static const char KERNEL_SU_RC[] =
"\n"
"on post-fs-data\n"
" start logd\n"
// We should wait for the post-fs-data finish
" exec u:r:su:s0 root -- " KSUD_PATH " post-fs-data\n"
"\n"