Move late props to boot complete

This commit is contained in:
topjohnwu
2020-05-18 03:51:41 -07:00
parent 18a09703de
commit dbdb0a2560
2 changed files with 8 additions and 11 deletions

View File

@@ -271,8 +271,8 @@ void post_fs_data(int client) {
} else {
LOGI("* Running post-fs-data.d scripts\n");
exec_common_script("post-fs-data");
handle_modules();
auto_start_magiskhide();
handle_modules();
}
// We still want to do magic mount because root itself might need it
@@ -300,8 +300,6 @@ void late_start(int client) {
if (!pfs_done || safe_mode)
return;
auto_start_magiskhide();
LOGI("* Running service.d scripts\n");
exec_common_script("service");