build fix
[cpufrequi] / debian / cpufrequist
1 description "late rcS actions"
2
3 start on started xsession
4
5 console none
6
7 script
8
9     chmod a+rw /sys/devices/system/cpu/cpu0/cpufreq/*
10     chmod a+rw /sys/devices/system/cpu/cpu0/cpufreq/ondemand/*
11     chmod a+rw /sys/power/sr_vdd*
12
13 end script
14
15 normal exit 0