2017-03-23 22:27:32 +01:00
|
|
|
typeattribute healthd coredomain;
|
|
|
|
|
2016-11-01 21:49:10 +01:00
|
|
|
init_daemon_domain(healthd)
|
2017-02-06 20:04:31 +01:00
|
|
|
|
2017-09-26 04:40:59 +02:00
|
|
|
# Allow healthd to serve health HAL
|
|
|
|
hal_server_domain(healthd, hal_health)
|
2020-03-04 09:20:35 +01:00
|
|
|
|
|
|
|
# Healthd needs to tell init to continue the boot
|
|
|
|
# process when running in charger mode.
|
|
|
|
set_prop(healthd, system_prop)
|
|
|
|
set_prop(healthd, exported_system_prop)
|
|
|
|
set_prop(healthd, exported2_system_prop)
|
|
|
|
set_prop(healthd, exported3_system_prop)
|