diff options
author | Colin Cross <ccross@android.com> | 2010-05-14 22:42:20 +0200 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2010-05-14 22:44:13 +0200 |
commit | dd6a0412b5d4623f63e46120c648342824029c18 (patch) | |
tree | 0bbf3bd91e5b5d04d5e8fff713c334c06b3269f7 | |
parent | am 97ca48e7: generic_x86 support (diff) | |
download | android_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 |
Diffstat (limited to '')
-rw-r--r-- | etc/init.rc | 4 |
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 |