#!/bin/sh # dhcpd/run # daemontools run script for dhcpd # wcm, 2004.01.06 - 2004.01.06 # === exec 2>&1 echo "*** Starting dhcpd service ..." exec /usr/sbin/dhcpd -f -d \ -cf /etc/dhcpd.conf \ -lf /var/db/dhcpd.leases \ xl1 ### that's all, folks!