NetBSD/etc/rc.d/dhcpd
lukem 0059d641e5 * replace daemon, login, servers with DAEMON, LOGIN, SERVERS
* remove sshd (it was from my private system)
2000-03-13 04:03:52 +00:00

18 lines
288 B
Bash
Executable File

#!/bin/sh
#
# $NetBSD: dhcpd,v 1.2 2000/03/13 04:03:57 lukem Exp $
#
# PROVIDE: dhcpd
# REQUIRE: DAEMON
. /etc/rc.subr
. /etc/rc.conf
name="dhcpd"
command="/usr/sbin/${name}"
pidfile="/var/run/${name}.pid"
required_files="/etc/${name}.conf /var/db/${name}.leases"
run_rc_command "$1"