#!/bin/sh [ "$(/etc/init.d/rc.openntpd status)" != "running" ] && exit 0 case "$1" in online) /etc/init.d/rc.openntpd reload ;; esac