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