NetBSD/etc/rc.d/kdc
thorpej b170714679 The KDC requires only the network. Anyone running a KDC with
the binary on NFS deserves to lose.
2001-01-18 02:00:02 +00:00

19 lines
277 B
Bash
Executable File

#!/bin/sh
#
# $NetBSD: kdc,v 1.3 2001/01/18 02:00:02 thorpej Exp $
#
# PROVIDE: kdc
# REQUIRE: NETWORK
. /etc/rc.subr
name="kdc"
rcvar=$name
command="/usr/sbin/${name}"
pidfile="/var/run/${name}.pid"
required_files="/etc/krb5.conf"
load_rc_config $name
run_rc_command "$1"