You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
500 B
22 lines
500 B
4 months ago
|
service apexd /system/bin/apexd
|
||
|
interface aidl apexservice
|
||
|
class core
|
||
|
user root
|
||
|
group system
|
||
|
oneshot
|
||
|
disabled # does not start with the core class
|
||
|
reboot_on_failure reboot,apexd-failed
|
||
|
|
||
|
service apexd-bootstrap /system/bin/apexd --bootstrap
|
||
|
user root
|
||
|
group system
|
||
|
oneshot
|
||
|
disabled
|
||
|
reboot_on_failure reboot,bootloader,bootstrap-apexd-failed
|
||
|
|
||
|
service apexd-snapshotde /system/bin/apexd --snapshotde
|
||
|
user root
|
||
|
group system
|
||
|
oneshot
|
||
|
disabled
|