Explicit init .rc user.
Set the user explicitly. Bug: 276813155 Test: boot Change-Id: I26af31f806a52849483c62088bc68dc4cc4b3b95
This commit is contained in:
parent
4dc5683053
commit
961a061811
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
service pkvm_enabler /vendor/bin/pkvm_enabler
|
||||
reboot_on_failure reboot,pkvm-not-enabled
|
||||
user root
|
||||
|
||||
on early-init
|
||||
exec_start pkvm_enabler
|
||||
exec_start pkvm_enabler
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
service vendor.pkvm_enable /vendor/bin/misc_writer --set-enable-pkvm
|
||||
user root
|
||||
disabled
|
||||
oneshot
|
||||
|
||||
service vendor.pkvm_disable /vendor/bin/misc_writer --set-disable-pkvm
|
||||
user root
|
||||
disabled
|
||||
oneshot
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue