#!/bin/sh
[ -r conf ] && . ./conf
exec ntpd ${NTPD_OPTS} 2>&1
