diff options
Diffstat (limited to 'rootdir/etc/init.qcom.rc')
-rwxr-xr-x | rootdir/etc/init.qcom.rc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index e9a8655..ac83ee1 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -432,10 +432,9 @@ on post-fs-data mkdir /data/misc/SelfHost/socket/ 2770 system system # Create PERFD deamon related dirs - mkdir /data/misc/perfd 0755 root system - chmod 2755 /data/misc/perfd - mkdir /data/system/perfd 0770 root system - chmod 2770 /data/system/perfd + mkdir /data/system/perfd 2770 root system + rm /data/system/perfd/default_values + start perfd # NFC local data and nfcee xml storage mkdir /data/nfc 0770 nfc nfc |