#!/bin/sh

test x"$METHOD" = x"loopback" || \
    if /etc/init.d/openntpd checkrunning; then
	invoke-rc.d openntpd force-reload
else
	true
fi
