description "late rcS actions"

start on started xsession

console none

script

    chmod a+rw /sys/devices/system/cpu/cpu0/cpufreq/*
    chmod a+rw /sys/devices/system/cpu/cpu0/cpufreq/ondemand/*
    chmod a+rw /sys/power/sr_vdd*

end script

normal exit 0
