Where can I put settings that are run with root and last from start of OS till it shuts down?
One requirement is that when I suspend/hibernate my Ubuntu 12.04 and wake it up, the settings should not be changed again.
For example, I would like to set the cpu frequency and the battery charge range. What commands can i put into the files you recommend for the above question?
watch
command inside/etc/rc.d
. – Ramesh Oct 19 '14 at 16:51pm-utils
?). – peterph Oct 19 '14 at 16:59rc.local
can be used but not best practice also if ubuntu still uses upstart make afoo.conf
file ininit.d
– jgr208 Oct 19 '14 at 17:34