diff options
-rw-r--r-- | rootdir/etc/init.zuk.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/etc/init.zuk.rc b/rootdir/etc/init.zuk.rc index 8349e05..df6a69e 100644 --- a/rootdir/etc/init.zuk.rc +++ b/rootdir/etc/init.zuk.rc @@ -37,7 +37,7 @@ on charger write /sys/devices/soc/74a4900.sdhci/mmc_host/mmc1/clk_scaling/enable 1 write /sys/devices/soc/${ro.boot.bootdevice}/pm_qos_irq_enable 1 -on sys.post_boot.parsed=1 +on property:vendor.post_boot.parsed=1 # Enable MMC powersaving write /sys/devices/soc/${ro.boot.bootdevice}/mmc_host/mmc0/clk_scaling/enable 1 write /sys/devices/soc/74a4900.sdhci/mmc_host/mmc1/clk_scaling/enable 1 |