mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-30 07:35:17 +02:00
5 lines
111 B
Bash
5 lines
111 B
Bash
#!/bin/sh
|
|
exec 2>&1
|
|
[ -r conf ] && . ./conf
|
|
mkdir -p /run/kea
|
|
exec kea-dhcp-ddns ${OPTS:=-c /etc/kea/kea.conf}
|