diff options
Diffstat (limited to 'testing/kea/kea-dhcp-ddns.initd')
-rwxr-xr-x | testing/kea/kea-dhcp-ddns.initd | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/kea/kea-dhcp-ddns.initd b/testing/kea/kea-dhcp-ddns.initd new file mode 100755 index 0000000000..4a98a794c6 --- /dev/null +++ b/testing/kea/kea-dhcp-ddns.initd @@ -0,0 +1,12 @@ +#!/sbin/openrc-run + +name="kea-dhcp-ddns" +command="/usr/sbin/kea-dhcp-ddns" +command_args="-c /etc/kea/kea-dhcp-ddns.conf" +command_background="yes" +pidfile="/run/kea-dhcp-ddns.pid" + +depend() { + need net + after firewall +} |