#!/bin/sh
#
# VMTux.net
#
# /etc/acpi/power.sh

echo "acpi getting power event, turning this machine to poweroff"

/sbin/poweroff
