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