init.qcom.rc: update irsc_util to not use logwrapper
Logwrapper does not have security domain defined. Using it causes a misleading warning for irsc_util. CRs-Fixed: 780042 Change-Id: I7595b0d96f5b2ec8696f67ab024c0f1ce54d249f
This commit is contained in:
parent
5abd07c9e5
commit
69ade9782d
|
@ -392,7 +392,7 @@ service dpmd /system/bin/dpmd
|
|||
class late_start
|
||||
socket dpmd stream 660 root system
|
||||
|
||||
service irsc_util /system/bin/logwrapper /system/bin/irsc_util "/etc/sec_config"
|
||||
service irsc_util /system/bin/irsc_util "/etc/sec_config"
|
||||
class main
|
||||
user root
|
||||
oneshot
|
||||
|
|
Loading…
Reference in New Issue