#!/bin/sh
#
# PROVIDE: timelord
# REQUIRE: atalkd
#
# AppleTalk time server daemon. (netatalk 2.3.1)
# Make sure not to start atalkd in the background:
# its data structures must have time to stablize before running the
# other processes.
#

. /etc/rc.subr

name="timelord"
rcvar=$name
command="/usr/pkg/libexec/netatalk/timelord"
pidfile="/var/run/${name}.pid"

load_rc_config $name
run_rc_command "$1"

