Comment 30 for bug 77370

Revision history for this message
Hao Zhe XU (haozhe.xu3) wrote :

vasek125: so can you tell me where do I put the script, in /etc/pm/sleep.d ?
also, what is the syntax for sleep interval? What interval is needed? Is it like:

echo -n 3 > $x/state;
sleep 2000
echo -n 0 > $x/state;

is 2000 msec or sec?

Thanks!