How can i run the "setterm --blank force" command on openwrt boot?
Edit /etc/rc.d/rc.local
@frollic - On X86, I tried adding " setterm --blank 1 " to /etc/rc.local but it does not work.
( it acts the same as if it were run from shell command line - does nothing )
It does work however if I type it directly at the console. I was hoping to automate so it would always run after reboot though. Do you (or anyone else) have any ideas? Thanks.
Just an afterthought, but would it be possible to set up 'setterm' to run as a service?