mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-27 14:15:09 +02:00
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}
|