diff options
author | Doug Zongker <dougz@android.com> | 2014-01-16 22:41:24 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-01-16 22:41:24 +0000 |
commit | d0f2c265d8b7457bbb9b809e00b6e8b18bbef7c9 (patch) | |
tree | dfe0d6b4895d4f8c94c63045b6edc16a14aeaf65 /rootdir | |
parent | 24239a99ffde4a264be3121bff8b1ee70b78f63c (diff) | |
parent | 7baebf1345ff9e861ea8ccf9712128a3b7cd9fcc (diff) | |
download | system_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.rc | 5 |
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 |