xref: /aosp_15_r20/system/update_engine/update_engine.rc (revision 5a9231315b4521097b8dc3750bc806fcafe0c72f)
1# LINT.IfChange
2service update_engine /system/bin/update_engine --logtostderr --logtofile --foreground
3    class late_start
4    user root
5    group root system wakelock inet cache media_rw
6    task_profiles OtaProfiles
7    disabled
8
9on property:ro.boot.slot_suffix=*
10    enable update_engine
11# LINT.ThenChange(update_engine_nostats.rc)
12