summaryrefslogtreecommitdiff
path: root/recipes-core/busybox/files/eth0.conf
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/busybox/files/eth0.conf')
-rwxr-xr-xrecipes-core/busybox/files/eth0.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-core/busybox/files/eth0.conf b/recipes-core/busybox/files/eth0.conf
new file mode 100755
index 0000000..4ccb2bc
--- /dev/null
+++ b/recipes-core/busybox/files/eth0.conf
@@ -0,0 +1,3 @@
+INTERFACE="eth0"
+# An arbitrary script may be specified:
+ARGS="-fI -i ${INTERFACE} -u 0 -d 10 -r /etc/ifplugd/ifplugd.action"