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