void-packages/srcpkgs/kea/files/kea-dhcp6/run

5 lines
104 B
Text
Raw Normal View History

2016-12-06 22:57:28 +00:00
#!/bin/sh
[ -r conf ] && . ./conf
mkdir -p /var/{,run/}kea
2016-12-06 22:57:28 +00:00
exec kea-dhcp6 ${OPTS:=-c /etc/kea/kea.conf}