aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea <linckandrea01@gmail.com>2021-04-08 16:32:57 +0200
committerJeferson Rodrigo de Oliveira <jroliveira.oliveira301@gmail.com>2021-05-04 13:47:20 +0200
commitdb9152f27962675fcf5d478c92076474e90e97ee (patch)
tree7614a3bc29614bf466ea878bc423f3f4b15b61d8
parentda3947139b129bda95ddc70d00c74ef8180fe9a6 (diff)
victara: rootdir: minor clean up
* adjust spacing * move things were they should be * remove unused cruft Change-Id: I6fa99943fedd282b5a32fe054e2180723beb995e
-rw-r--r--rootdir/etc/init.mmi.rc5
-rw-r--r--rootdir/etc/init.qcom.rc8
2 files changed, 3 insertions, 10 deletions
diff --git a/rootdir/etc/init.mmi.rc b/rootdir/etc/init.mmi.rc
index cb83da3..a74f983 100644
--- a/rootdir/etc/init.mmi.rc
+++ b/rootdir/etc/init.mmi.rc
@@ -228,7 +228,4 @@ service atvc /vendor/bin/dbvc_atvc_property_set
user oem_5012
group oem_5007
oneshot
- writepid /dev/cpuset/system-background/tasks
-
-on property:persist.sys.qc.sub.rdump.on=*
- write /sys/module/subsystem_restart/parameters/enable_ramdumps ${persist.sys.qc.sub.rdump.on}
+ writepid /dev/cpuset/system-background/tasks
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc
index 24e73c7..2a321a4 100644
--- a/rootdir/etc/init.qcom.rc
+++ b/rootdir/etc/init.qcom.rc
@@ -249,9 +249,6 @@ on post-fs-data
setprop vold.post_fs_data_done 1
-#service qcomsysd /system/bin/qcom-system-daemon
-# class main
-
on property:persist.radio.atfwd.start=false
stop atfwd
@@ -354,9 +351,8 @@ service charger /system/bin/charger
capabilities SYS_BOOT
seclabel u:r:charger:s0
-# SSR setting
-on property:persist.sys.ssr.restart_level=*
- exec /vendor/bin/sh /init.qcom.ssr.sh ${persist.sys.ssr.restart_level}
+on property:persist.sys.qc.sub.rdump.on=*
+ write /sys/module/subsystem_restart/parameters/enable_ramdumps ${persist.sys.qc.sub.rdump.on}
on property:persist.sys.qc.sub.ssr.max=*
write /sys/module/subsystem_restart/parameters/max_restarts ${persist.sys.qc.sub.ssr.max}