#!/bin/sh # # 90openntpd: suspend/wakeup OpenNTPd case "$1" in hibernate|suspend) ;; thaw|resume) rc.d restart openntpd ;; *) exit $NA ;; esac