summaryrefslogtreecommitdiffstats
path: root/update_verifier/update_verifier.rc
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2017-03-29 20:39:30 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-03-29 20:39:31 +0200
commit3a8919e813ecf6a4a471ed38ffd6a7e810787182 (patch)
tree04c0c0336bf70d83683cbc0e2c2e7f8b6a01856e /update_verifier/update_verifier.rc
parentMerge "Log the error message when failing to mount/umount." (diff)
parentupdate_verifier: raise priority and ioprio and start with exec_start (diff)
downloadandroid_bootable_recovery-3a8919e813ecf6a4a471ed38ffd6a7e810787182.tar
android_bootable_recovery-3a8919e813ecf6a4a471ed38ffd6a7e810787182.tar.gz
android_bootable_recovery-3a8919e813ecf6a4a471ed38ffd6a7e810787182.tar.bz2
android_bootable_recovery-3a8919e813ecf6a4a471ed38ffd6a7e810787182.tar.lz
android_bootable_recovery-3a8919e813ecf6a4a471ed38ffd6a7e810787182.tar.xz
android_bootable_recovery-3a8919e813ecf6a4a471ed38ffd6a7e810787182.tar.zst
android_bootable_recovery-3a8919e813ecf6a4a471ed38ffd6a7e810787182.zip
Diffstat (limited to 'update_verifier/update_verifier.rc')
-rw-r--r--update_verifier/update_verifier.rc11
1 files changed, 11 insertions, 0 deletions
diff --git a/update_verifier/update_verifier.rc b/update_verifier/update_verifier.rc
new file mode 100644
index 000000000..fc8a64dee
--- /dev/null
+++ b/update_verifier/update_verifier.rc
@@ -0,0 +1,11 @@
+service update_verifier_nonencrypted /system/bin/update_verifier nonencrypted
+ user root
+ class cache
+ priority -20
+ ioprio rt 1
+
+service update_verifier /system/bin/update_verifier ${vold.decrypt}
+ user root
+ class cache
+ priority -20
+ ioprio rt 1 \ No newline at end of file