aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pimd/pimd.initd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/pimd/pimd.initd')
-rw-r--r--testing/pimd/pimd.initd15
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/pimd/pimd.initd b/testing/pimd/pimd.initd
new file mode 100644
index 00000000000..a306799a67b
--- /dev/null
+++ b/testing/pimd/pimd.initd
@@ -0,0 +1,15 @@
+#!/sbin/openrc-run
+
+# PIMD init.d file for alpine linux.
+
+name=pimd
+command="/usr/sbin/$name"
+command_args="$pimd_opts"
+command_background="yes"
+
+pidfile="/run/$name.pid"
+
+depend() {
+ need net
+ after firewall
+}