summaryrefslogtreecommitdiffstats
path: root/rootdir
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2014-01-16 22:41:24 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-01-16 22:41:24 +0000
commitd0f2c265d8b7457bbb9b809e00b6e8b18bbef7c9 (patch)
treedfe0d6b4895d4f8c94c63045b6edc16a14aeaf65 /rootdir
parent24239a99ffde4a264be3121bff8b1ee70b78f63c (diff)
parent7baebf1345ff9e861ea8ccf9712128a3b7cd9fcc (diff)
downloadsystem_core-d0f2c265d8b7457bbb9b809e00b6e8b18bbef7c9.zip
system_core-d0f2c265d8b7457bbb9b809e00b6e8b18bbef7c9.tar.gz
system_core-d0f2c265d8b7457bbb9b809e00b6e8b18bbef7c9.tar.bz2
Merge "add the pre-recovery service"
Diffstat (limited to 'rootdir')
-rw-r--r--rootdir/init.rc5
1 files changed, 5 insertions, 0 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc
index fc0fc3e..2bddcaa 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -578,3 +578,8 @@ service mdnsd /system/bin/mdnsd
socket mdnsd stream 0660 mdnsr inet
disabled
oneshot
+
+service pre-recovery /system/bin/uncrypt
+ class main
+ disabled
+ oneshot