mirror of
https://github.com/team-infusion-developers/android_device_samsung_msm8976-common.git
synced 2024-11-07 06:19:20 +00:00
msm8976-common: Mark rmt_storage as shutdown critical
rmt_storage should not be automatically killed by Android during shutdown since it is needed to actually process the peripheral shutdown Change-Id: I58a29fe86955f0abad944727bb4208dad89f495d
This commit is contained in:
parent
ea3c8721a9
commit
d2305a880b
1 changed files with 1 additions and 0 deletions
|
@ -1362,6 +1362,7 @@ service rmt_storage /vendor/bin/rmt_storage
|
|||
class core
|
||||
user root
|
||||
group wakelock
|
||||
shutdown critical
|
||||
writepid /dev/cpuset/system-background/tasks
|
||||
|
||||
service tftp_server /vendor/bin/tftp_server
|
||||
|
|
Loading…
Reference in a new issue