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