aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kea/kea-dhcp4.initd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/kea/kea-dhcp4.initd')
-rwxr-xr-xtesting/kea/kea-dhcp4.initd12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/kea/kea-dhcp4.initd b/testing/kea/kea-dhcp4.initd
new file mode 100755
index 0000000000..61ad3fb169
--- /dev/null
+++ b/testing/kea/kea-dhcp4.initd
@@ -0,0 +1,12 @@
+#!/sbin/openrc-run
+
+name="kea-dhcp4"
+command="/usr/sbin/kea-dhcp4"
+command_args="-c /etc/kea/kea-dhcp4.conf"
+command_background="yes"
+pidfile="/run/kea-dhcp4.pid"
+
+depend() {
+ need net
+ after firewall
+}