Initial push
This commit is contained in:
parent
1effac6bf8
commit
a01d3e7cc2
1993 changed files with 106354 additions and 0 deletions
35
init/a-team.boot.rc
Executable file
35
init/a-team.boot.rc
Executable file
|
|
@ -0,0 +1,35 @@
|
|||
#/etc/init/a-team.boot.rc
|
||||
|
||||
#
|
||||
# Copyright 2019-Present A-Team Digital Solutions
|
||||
#
|
||||
# A-Team Rom Custom Boot Service
|
||||
|
||||
on property:sys.boot_completed=1
|
||||
start first_boot
|
||||
start second_boot
|
||||
start post_boot
|
||||
|
||||
# A-Team First Boot Magisk Setup
|
||||
service first_boot /system/bin/sh /product/bin/A-Team-Magisk.sh
|
||||
class core
|
||||
user root
|
||||
group root
|
||||
oneshot
|
||||
seclabel u:r:magisk:s0
|
||||
|
||||
# A-Team Second Boot A-Team Setup
|
||||
service second_boot /system/bin/sh /product/bin/A-Team-Setup.sh
|
||||
class core
|
||||
user root
|
||||
group root
|
||||
oneshot
|
||||
seclabel u:r:magisk:s0
|
||||
|
||||
# A-Team Post Boot - Every Boot
|
||||
service post_boot /system/bin/sh /product/bin/A-Team-PostBoot.sh
|
||||
class core
|
||||
user root
|
||||
group root
|
||||
oneshot
|
||||
seclabel u:r:magisk:s0
|
||||
Loading…
Reference in a new issue