mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-02 16:45:10 +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}
|