Advertisement
Guest User

Untitled

a guest
Apr 10th, 2022
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. service apexd /system/bin/apexd
  2. interface aidl apexservice
  3. class core
  4. user root
  5. group system
  6. oneshot
  7. disabled # does not start with the core class
  8. #reboot_on_failure reboot,apexd-failed
  9.  
  10. service apexd-bootstrap /system/bin/apexd --bootstrap
  11. user root
  12. group system
  13. oneshot
  14. disabled
  15. #reboot_on_failure reboot,bootloader,bootstrap-apexd-failed
  16.  
  17. service apexd-snapshotde /system/bin/apexd --snapshotde
  18. user root
  19. group system
  20. oneshot
  21. disabled
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement