summaryrefslogtreecommitdiff
path: root/man/ifplugd.conf.5
diff options
context:
space:
mode:
Diffstat (limited to 'man/ifplugd.conf.5')
-rw-r--r--man/ifplugd.conf.522
1 files changed, 22 insertions, 0 deletions
diff --git a/man/ifplugd.conf.5 b/man/ifplugd.conf.5
new file mode 100644
index 0000000..6e96378
--- /dev/null
+++ b/man/ifplugd.conf.5
@@ -0,0 +1,22 @@
+.TH ifplugd.conf 5 User Manuals
+.SH NAME
+ifplugd.conf \- ifplugd configuration file
+.SH SYNOPSIS
+\fB/etc/ifplugd/ifplugd.conf
+\f1
+.SH DESCRIPTION
+ifplugd.conf is the configuration file for ifplugd. It is a shell script that is sourced by the init script starting the daemon. It shall be used to set environment variables which are interpreted by the init script:
+.SH OPTIONS
+.TP
+\fBINTERFACES\f1
+Specifies the ethernet interfaces to monitor. It has to contain a space seperated list of network interfaces names. Most users will probably use "eth0" here, however you may add additional interfaces for monitoring more than one device. A special value is supported as well: "auto" will enable a more or less working auto detection of available network devices. This won't make you happy when using network module auto loading, since it cannot detect currently unloaded network devices.
+.TP
+\fBARGS\f1
+Additional command line arguments for ifplugd invocation. See \fBifplugd(8)\f1 for further information.
+.TP
+\fBARGS_\f1\fIiface\f1
+If specified for an interface this variable takes precedence over ARGS. This may be useful if more than one network device is present.
+.SH SEE ALSO
+\fBifplugd(8)\f1
+.SH COMMENTS
+This man page was written using \fBxmltoman(1)\f1 by Oliver Kurth.