aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kea/kea.initd.in
diff options
context:
space:
mode:
Diffstat (limited to 'testing/kea/kea.initd.in')
-rw-r--r--testing/kea/kea.initd.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/kea/kea.initd.in b/testing/kea/kea.initd.in
new file mode 100644
index 0000000000..560848ad26
--- /dev/null
+++ b/testing/kea/kea.initd.in
@@ -0,0 +1,12 @@
+#!/sbin/openrc-run
+
+name="@@NAME@@"
+command="/usr/sbin/@@NAME@@"
+command_args="-c /etc/kea/@@NAME@@.conf"
+command_background="yes"
+pidfile="/run/$RC_SVCNAME.pid"
+
+depend() {
+ need net
+ after firewall
+}