Commit 006d28ab authored by topjohnwu's avatar topjohnwu

Minor documentation fix

parent 59b1e63b
...@@ -18,7 +18,7 @@ In Magisk, you can run boot scripts in 2 different modes: **post-fs-data** and * ...@@ -18,7 +18,7 @@ In Magisk, you can run boot scripts in 2 different modes: **post-fs-data** and *
In Magisk, there are also 2 kinds of scripts: **general scripts** and **module scripts**. In Magisk, there are also 2 kinds of scripts: **general scripts** and **module scripts**.
- General Scripts - General Scripts
- Placed in `$COREDIR/post-fs-data.d` or `$COREDIR/service.d` - Placed in `$SECURE_DIR/post-fs-data.d` or `$SECURE_DIR/service.d`
- Only executed if the script is executable (execution permissions, `chmod +x script.sh`) - Only executed if the script is executable (execution permissions, `chmod +x script.sh`)
- Scripts in `post-fs-data.d` runs in post-fs-data mode, and scripts in `service.d` runs in late_start service mode. - Scripts in `post-fs-data.d` runs in post-fs-data mode, and scripts in `service.d` runs in late_start service mode.
- Will still be executed when **Core-Only** mode is enabled. - Will still be executed when **Core-Only** mode is enabled.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment