mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 06:52:56 +02:00
4 lines
108 B
Bash
Executable file
4 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}
|