msm8976-common: Fix init.qcom.rc code style

This commit is contained in:
LuK1337 2017-01-18 15:38:51 +01:00
parent cf88f21aaf
commit e7fe808544

View file

@ -48,10 +48,10 @@ on init
symlink /sdcard /storage/sdcard0
on early-boot
# set RLIMIT_MEMLOCK to 64MB
# Set RLIMIT_MEMLOCK to 64MB
setrlimit 8 67108864 67108864
# set aggressive read ahead during boot up.
# Set aggressive read ahead during boot up.
write /sys/block/dm-0/queue/read_ahead_kb 2048
# Allow subsystem (modem etc) debugging
@ -188,7 +188,7 @@ on post-fs-data
# Create directory for TZ Apps
mkdir /data/misc/qsee 0770 system system
# we will remap this as /mnt/sdcard with the sdcard fuse tool
# We will remap this as /mnt/sdcard with the sdcard fuse tool
mkdir /data/misc/camera 0770 camera camera
mkdir /data/misc/ipa 0700 net_admin net_admin
@ -242,7 +242,6 @@ on post-fs-data
# Create the symlink to qcn wpa_supplicant folder for ar6000 wpa_supplicant
mkdir /data/system 0775 system system
#symlink /data/misc/wifi/wpa_supplicant /data/system/wpa_supplicant
# Create directories for Location services
mkdir /data/misc/location 0770 gps gps
@ -506,7 +505,7 @@ service msm_irqbal_lb /system/bin/msm_irqbalance -f /system/vendor/etc/msm_irqba
on property:vold.decrypt=trigger_restart_min_framework
start time_daemon
#start camera server as daemon
# Start camera server as daemon
service qcamerasvr /system/bin/mm-qcamera-daemon
class late_start
user camera