2 # Executed on power button press
4 POWER_BUTTON_COMMAND
="/sbin/shutdown -t3 -h now"
6 source /etc
/acpi
/eee.conf
8 $POWER_BUTTON_COMMAND &
10 # Well create power.lock, if it does not yet exist. this will disable suspend2ram.sh and it will be re-enabled once eee-initscript is run.
11 touch /etc
/acpi
/power.lock