Source code pulled from OpenBSD for OpenNTPD. The place to contribute to this code is via the OpenBSD CVS tree.
 
 
 
 
 
 

14 lines
233 B

#!/bin/sh
#
# $OpenBSD: relayd,v 1.3 2016/02/02 17:51:11 sthen Exp $
daemon="/usr/sbin/relayd"
. /etc/rc.d/rc.subr
# child will not return a config parsing error to the parent
rc_pre() {
${daemon} -n ${daemon_flags}
}
rc_cmd $1