#!/bin/sh
# /etc/acpi/hibernate.sh
# hibernate the system when the lid is closed
/usr/bin/logger "Lid closed, preparing to hibernate"
/usr/sbin/hibernate

