4 lines
83 B
Bash
Executable File

#!/bin/sh
[ -r conf ] && . ./conf
exec dhcpd -f ${OPTS:=-4 -q -pf /run/dhcpd4.pid}