5 lines
108 B
Bash
Executable File
5 lines
108 B
Bash
Executable File
#!/bin/sh
|
|
[ -r conf ] && . ./conf
|
|
mkdir -p /var/{,run/}kea
|
|
exec kea-dhcp-ddns ${OPTS:=-c /etc/kea/kea.conf}
|