summaryrefslogtreecommitdiffstats
path: root/uncrypt/uncrypt.rc
diff options
context:
space:
mode:
authorTom Cherry <tomcherry@google.com>2015-09-04 18:51:30 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-09-04 18:51:30 +0200
commitf8c303f9c197ed9247dbc88a5bf392f1f2c65639 (patch)
treec0a97b50ad9bf2be9aa7137fafacc5ca4805aa10 /uncrypt/uncrypt.rc
parentMerge "Add slot_suffix field to struct bootloader_message." (diff)
parentmove uncrypt from init.rc to uncrypt.rc (diff)
downloadandroid_bootable_recovery-f8c303f9c197ed9247dbc88a5bf392f1f2c65639.tar
android_bootable_recovery-f8c303f9c197ed9247dbc88a5bf392f1f2c65639.tar.gz
android_bootable_recovery-f8c303f9c197ed9247dbc88a5bf392f1f2c65639.tar.bz2
android_bootable_recovery-f8c303f9c197ed9247dbc88a5bf392f1f2c65639.tar.lz
android_bootable_recovery-f8c303f9c197ed9247dbc88a5bf392f1f2c65639.tar.xz
android_bootable_recovery-f8c303f9c197ed9247dbc88a5bf392f1f2c65639.tar.zst
android_bootable_recovery-f8c303f9c197ed9247dbc88a5bf392f1f2c65639.zip
Diffstat (limited to 'uncrypt/uncrypt.rc')
-rw-r--r--uncrypt/uncrypt.rc9
1 files changed, 9 insertions, 0 deletions
diff --git a/uncrypt/uncrypt.rc b/uncrypt/uncrypt.rc
new file mode 100644
index 000000000..5f4c47936
--- /dev/null
+++ b/uncrypt/uncrypt.rc
@@ -0,0 +1,9 @@
+service uncrypt /system/bin/uncrypt
+ class main
+ disabled
+ oneshot
+
+service pre-recovery /system/bin/uncrypt --reboot
+ class main
+ disabled
+ oneshot