On Friday 06 of April 2018 19:23:29 Thierry de Coulon wrote:
I'm trying to setup a machine to autostart at a given time, do record something and then shutdown.
Autostarting works with:
echo `date -d 'YYYY-MM-DD hh:mm:ss ' '+%s'` > /sys/class/rtc/rtc0/wakealarm
but this seems to work only if I put the computer in suspend mode (if I shutdown the computer does not come back to life). However, when the computer starts from suspend, the session is locked... and I am not there to unlock it.
I've searched TDE's control panel without luck. Is there a way to remove the auto-lock feature?
Thierry
You can create a configuration file called "power-managerrc" and enter the option lockOnResume = false in the General section.
Cheers