summaryrefslogtreecommitdiffstats
path: root/update_verifier/update_verifier.rc
diff options
context:
space:
mode:
authorTom Cherry <tomcherry@google.com>2017-04-04 03:11:54 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-04-04 03:11:54 +0200
commit2717c28e77dba6e24d2afc6454d1c9c429904e36 (patch)
treefa365734d287c919fd5e3fa6b55d968131484647 /update_verifier/update_verifier.rc
parentMerge "update_verifier: tweak priority of update_verifier for quick boot" (diff)
parentMerge "update_verifier: correct group in rc file" (diff)
downloadandroid_bootable_recovery-2717c28e77dba6e24d2afc6454d1c9c429904e36.tar
android_bootable_recovery-2717c28e77dba6e24d2afc6454d1c9c429904e36.tar.gz
android_bootable_recovery-2717c28e77dba6e24d2afc6454d1c9c429904e36.tar.bz2
android_bootable_recovery-2717c28e77dba6e24d2afc6454d1c9c429904e36.tar.lz
android_bootable_recovery-2717c28e77dba6e24d2afc6454d1c9c429904e36.tar.xz
android_bootable_recovery-2717c28e77dba6e24d2afc6454d1c9c429904e36.tar.zst
android_bootable_recovery-2717c28e77dba6e24d2afc6454d1c9c429904e36.zip
Diffstat (limited to '')
-rw-r--r--update_verifier/update_verifier.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/update_verifier/update_verifier.rc b/update_verifier/update_verifier.rc
index 8b60c3ffd..808f2c055 100644
--- a/update_verifier/update_verifier.rc
+++ b/update_verifier/update_verifier.rc
@@ -1,11 +1,11 @@
service update_verifier_nonencrypted /system/bin/update_verifier nonencrypted
user root
- class cache
+ group cache
priority -20
ioprio rt 0
service update_verifier /system/bin/update_verifier ${vold.decrypt}
user root
- class cache
+ group cache
priority -20
ioprio rt 0