# /etc/acpi/events/suspendbtn
# Called when the user presses the suspend button

# Note that this script is part of the SUSPEND part of acpi-support. This is
# not a key translation event, it is intended to perform a hibernate if no
# power management daemon is running.

event=button[ /]suspend
action=/etc/acpi/sleep_suspend.sh suspend

