diff options
| author | Ricardo Cerqueira <ricardo@cyngn.com> | 2016-06-03 11:39:31 +0200 |
|---|---|---|
| committer | doc HD <doc.divxm@gmail.com> | 2016-06-03 19:57:36 +0300 |
| commit | 021c16228e02d81e40ae8904726257fe1d25f251 (patch) | |
| tree | e6a36be96a1ce624487def73452352dfab43569c | |
| parent | 979ba9d749af62292ddae5e4217345f174c0cd0f (diff) | |
thea: init: restart sensord when zygote restarts
* fixes device bootloop on soft-reboot
Change-Id: I35b6fe4b83d055229593ad381abf9f41bc7a935e
| -rw-r--r-- | rootdir/etc/init.target.rc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rootdir/etc/init.target.rc b/rootdir/etc/init.target.rc index 4505f5e..45b6079 100644 --- a/rootdir/etc/init.target.rc +++ b/rootdir/etc/init.target.rc @@ -40,3 +40,6 @@ on boot service sensord /system/bin/sensord user root class main + +on property:init.svc.zygote=restarting + restart sensord |
