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