My next problem:
autostart
1. /etc/init.d/netwatchd stop
2. /etc/init.d/powerd stop
If I add these lines to config.lua, will it work?
os.execute("/etc/init.d/netwatchd stop")
os.execute("/etc/init.d/powerd stop")
How can I start them after I quit KVV automatically? I want to use config.lua.
If it is not possible, I will try to use launchpad, but it will be not automated.
Last edited by Rockets00; 05-16-2012 at 04:46 PM.
|