void-packages/srcpkgs/kea/files/kea-dhcp6/run
2016-12-12 21:50:39 +01:00

4 lines
104 B
Bash
Executable file

#!/bin/sh
[ -r conf ] && . ./conf
mkdir -p /var/{,run/}kea
exec kea-dhcp6 ${OPTS:=-c /etc/kea/kea.conf}