#!/bin/sh # # $FreeBSD: head/net/openntpd/files/openntpd.in 412413 2016-04-02 16:04:34Z naddy $ # # PROVIDE: openntpd # REQUIRE: DAEMON ntpdate # BEFORE: LOGIN # KEYWORD: nojail shutdown # # Add the following lines to /etc/rc.conf.local or /etc/rc.conf # to enable this service: # # openntpd_enable (bool): Set to NO by default. # Set it to YES to enable openntpd. . /etc/rc.subr check_process() { pgrep -f $command } name=openntpd rcvar=openntpd_enable command=%%PREFIX%%/sbin/ntpd required_files=%%PREFIX%%/etc/ntpd.conf load_rc_config $name : ${openntpd_enable="NO"} run_rc_command "$1"