Tom Cherry | 6cb234d | 2015-08-21 12:36:40 -0700 | [diff] [blame] | 1 | service vold /system/bin/vold \ |
| 2 | --blkid_context=u:r:blkid:s0 --blkid_untrusted_context=u:r:blkid_untrusted:s0 \ |
| 3 | --fsck_context=u:r:fsck:s0 --fsck_untrusted_context=u:r:fsck_untrusted:s0 |
Tom Cherry | a285984 | 2015-08-14 13:06:45 -0700 | [diff] [blame] | 4 | class core |
Tom Cherry | a285984 | 2015-08-14 13:06:45 -0700 | [diff] [blame] | 5 | ioprio be 2 |
Suren Baghdasaryan | d7d3010 | 2021-06-17 19:25:28 -0700 | [diff] [blame] | 6 | task_profiles ProcessCapacityHigh |
Keun-young Park | 41156c5 | 2017-07-05 11:58:32 -0700 | [diff] [blame] | 7 | shutdown critical |
Jaegeuk Kim | c0eea57 | 2018-08-07 12:31:05 -0700 | [diff] [blame] | 8 | group root reserved_disk |
Keith Mok | c73dbac | 2021-10-04 20:49:17 +0000 | [diff] [blame^] | 9 | reboot_on_failure reboot,vold-failed |