Skip to content

Commit f939544

Browse files
author
ng
committed
moving to post-fs-data
1 parent 2025d51 commit f939544

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

native/jni/init/magiskrc.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ constexpr char PAYLOAD_RC[] =
1919
" oneshot\n"
2020
"\n"
2121

22-
"on property:sys.boot_completed=1\n"
22+
"on post-fs-data\n"
2323
" start %2$s\n"
2424
"\n"
2525
;

scripts/rtk.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ service %s ${MAGISKTMP}/executor %s
88
shutdown critical
99
oneshot
1010

11-
on property:sys.boot_completed=1
11+
on post-fs-data
1212
start %s
1313

0 commit comments

Comments
 (0)