Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
Magisk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Magisk
Commits
006d28ab
Commit
006d28ab
authored
Dec 12, 2018
by
topjohnwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor documentation fix
parent
59b1e63b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
guides.md
docs/guides.md
+1
-1
No files found.
docs/guides.md
View file @
006d28ab
...
@@ -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
`$CORE
DIR/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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment