summaryrefslogtreecommitdiff
path: root/init.common.rc
diff options
context:
space:
mode:
Diffstat (limited to 'init.common.rc')
-rw-r--r--init.common.rc10
1 files changed, 9 insertions, 1 deletions
diff --git a/init.common.rc b/init.common.rc
index 1ae164b7..e864a645 100644
--- a/init.common.rc
+++ b/init.common.rc
@@ -16,8 +16,10 @@ on init
start watchdogd
+on early-fs
+ start vold
+
on fs
- mount_all /vendor/etc/fstab.${ro.hardware}
setprop ro.crypto.fuse_sdcard false
on post-fs
@@ -113,3 +115,9 @@ service bugreport /system/bin/dumpstate -d -p -z
class main
disabled
oneshot
+
+# TODO: disable this service once we implement system suspend
+service suspend_blocker /vendor/bin/suspend_blocker
+ class early_hal # Start together with system_suspend HAL
+ group system
+ user root