#!/bin/sh . "${PM_FUNCTIONS}" case "$1" in hibernate|suspend) stopservice hdparm ;; thaw|resume) restartservice hdparm ;; *) exit $NA ;; esac