summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/kdc
blob: 0d887f312380ad994e106a766fb257829146049d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh
#
# $NetBSD: kdc,v 1.2 2000/09/19 13:04:38 lukem 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"
OpenPOWER on IntegriCloud