summaryrefslogtreecommitdiff
path: root/conf.d.BSD
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-11-20 17:10:35 +0000
committerRoy Marples <roy@marples.name>2007-11-20 17:10:35 +0000
commit42b057edbe7608712446700df3a72da4c208fc78 (patch)
tree10f4ffa12f82da7b57a27b6c13fd02a2ac7c1001 /conf.d.BSD
parenta12da90fb324fa5d88e4cc753ffcf680b70251b3 (diff)
downloadopenrc-42b057edbe7608712446700df3a72da4c208fc78.tar.gz
openrc-42b057edbe7608712446700df3a72da4c208fc78.tar.bz2
openrc-42b057edbe7608712446700df3a72da4c208fc78.tar.xz
Add a rarpd init script and allow templates to add start-stop-daemon arguments
Diffstat (limited to 'conf.d.BSD')
-rw-r--r--conf.d.BSD/rarpd3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf.d.BSD/rarpd b/conf.d.BSD/rarpd
new file mode 100644
index 0000000..37643f5
--- /dev/null
+++ b/conf.d.BSD/rarpd
@@ -0,0 +1,3 @@
+# To start rarpd only for a given interface, set the
+# following variable. Otherwise we listen on all interfaces.
+#RARPD_INTERFACE="rl0"