summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2010-05-14 22:42:20 +0200
committerColin Cross <ccross@android.com>2010-05-14 22:44:13 +0200
commitdd6a0412b5d4623f63e46120c648342824029c18 (patch)
tree0bbf3bd91e5b5d04d5e8fff713c334c06b3269f7
parentam 97ca48e7: generic_x86 support (diff)
downloadandroid_bootable_recovery-dd6a0412b5d4623f63e46120c648342824029c18.tar
android_bootable_recovery-dd6a0412b5d4623f63e46120c648342824029c18.tar.gz
android_bootable_recovery-dd6a0412b5d4623f63e46120c648342824029c18.tar.bz2
android_bootable_recovery-dd6a0412b5d4623f63e46120c648342824029c18.tar.lz
android_bootable_recovery-dd6a0412b5d4623f63e46120c648342824029c18.tar.xz
android_bootable_recovery-dd6a0412b5d4623f63e46120c648342824029c18.tar.zst
android_bootable_recovery-dd6a0412b5d4623f63e46120c648342824029c18.zip
-rw-r--r--etc/init.rc4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/init.rc b/etc/init.rc
index d9e86d75e..23ba9481e 100644
--- a/etc/init.rc
+++ b/etc/init.rc
@@ -1,3 +1,5 @@
+on early-init
+ start ueventd
on init
export PATH /sbin
@@ -21,6 +23,8 @@ on boot
class_start default
+service ueventd /sbin/ueventd
+ critical
service recovery /sbin/recovery