4 lines
101 B
Bash
4 lines
101 B
Bash
#!/bin/sh
|
|
[ -r conf ] && . ./conf
|
|
mkdir -p /run/kea
|
|
exec kea-dhcp-ddns ${OPTS:=-c /etc/kea/kea.conf}
|