mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
deb: init: Launch QMUXD process as root user
This commit is contained in:
parent
c1383179bd
commit
b2fd97587a
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ service bridgemgrd /system/bin/bridgemgrd
|
||||||
# QMUX must be in multiple groups to support external process connections
|
# QMUX must be in multiple groups to support external process connections
|
||||||
service qmuxd /system/bin/qmuxd
|
service qmuxd /system/bin/qmuxd
|
||||||
class main
|
class main
|
||||||
user radio
|
user root
|
||||||
group radio audio bluetooth gps
|
group radio audio bluetooth gps
|
||||||
|
|
||||||
service ks_checker /system/bin/kickstart_checker.sh
|
service ks_checker /system/bin/kickstart_checker.sh
|
||||||
|
|
Loading…
Reference in a new issue