diff options
Diffstat (limited to 'rootdir/etc')
-rwxr-xr-x | rootdir/etc/init.qcom.rc | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 755ad48..1fb38c8 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -546,7 +546,7 @@ on property:init.svc.per_mgr=running on property:sys.shutdown.requested=* stop per_proxy -service qseecomd /system/bin/qseecomd +service qseecomd /vendor/bin/qseecomd class core user root group root @@ -930,12 +930,6 @@ service wfdservice /system/bin/wfdservice # removed these because of limit of 12 groups #graphics net_bt net_bt_admin bluetooth -service qseeproxydaemon /system/vendor/bin/qseeproxydaemon - class late_start - user system - group system - writepid /dev/cpuset/system-background/tasks - # Seemp health service service seemp_healthd /system/vendor/bin/seemp_healthd class late_start |