diff --git a/init.hardware.rc b/init.hardware.rc index c3066958..4b5be71f 100644 --- a/init.hardware.rc +++ b/init.hardware.rc @@ -502,6 +502,13 @@ service vendor.folio_daemon /system/bin/folio_daemon class late_start user system group system + disabled + +on property:init.svc.zygote=running + start vendor.folio_daemon + +on property:init.svc.zygote=stopped + stop vendor.folio_daemon service vendor.perfd /vendor/bin/perfd class main