updated on Thu Jan 19 00:16:31 UTC 2012
[aur-mirror.git] / acpi-eee904 / power-button.sh
blob9fd6bc4305f06f67f329fe025fc2499a546db9ea
1 #!/bin/bash
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 exit 0