android13/system/server_configurable_flags/disaster_recovery/flags_health_check.rc

12 lines
504 B
Plaintext

on load_persist_props_action
# check server configurable flags(which is based on persistent properties) related
# disaster recovery
mkdir /data/server_configurable_flags 0775 system system encryption=Require
exec - system system -- /system/bin/flags_health_check BOOT_FAILURE
on property:sys.boot_completed=1
setprop persist.device_config.attempted_boot_count 0
on property:sys.init.updatable_crashing=1
exec - system system -- /system/bin/flags_health_check UPDATABLE_CRASHING