NetBSD/etc/rc.d/ntpd

19 lines
276 B
Plaintext
Raw Normal View History

2000-03-10 14:53:23 +03:00
#!/bin/sh
#
# $NetBSD: ntpd,v 1.3 2000/09/19 13:04:39 lukem Exp $
2000-03-10 14:53:23 +03:00
#
2000-05-02 16:19:20 +04:00
# PROVIDE: ntpd
# REQUIRE: DAEMON
2000-03-10 14:53:23 +03:00
. /etc/rc.subr
2000-05-02 16:19:20 +04:00
name="ntpd"
rcvar=$name
2000-03-10 14:53:23 +03:00
command="/usr/sbin/${name}"
pidfile="/var/run/${name}.pid"
required_files="/etc/ntp.conf"
load_rc_config $name
2000-03-10 14:53:23 +03:00
run_rc_command "$1"