File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ The list above will result in the following files being created: `$MODPATH/syste
232232In Magisk, you can run boot scripts in 2 different modes: ** post-fs-data** and ** late_start service** mode.
233233
234234- post-fs-data mode
235- - This stage is BLOCKING. The boot process is paused before execution is done, or 10 seconds have passed.
235+ - This stage is BLOCKING. The boot process is paused before execution is done, or 40 seconds have passed.
236236 - Scripts run before any modules are mounted. This allows a module developer to dynamically adjust their modules before it gets mounted.
237237 - This stage happens before Zygote is started, which pretty much means everything in Android
238238 - ** WARNING:** using ` setprop ` will deadlock the boot process! Please use ` resetprop -n <prop_name> <prop_value> ` instead.
You can’t perform that action at this time.
0 commit comments