#!/bin/sh

logger -t acpid  "Power key suspend request."
exec /bin/suspend
