Revision 20388,
1.2 KB
checked in by amb, 20 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r20387,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | .TH ifplugd.conf 5 User Manuals |
---|
2 | .SH NAME |
---|
3 | ifplugd.conf \- ifplugd configuration file |
---|
4 | .SH SYNOPSIS |
---|
5 | \fB/etc/ifplugd/ifplugd.conf |
---|
6 | \f1 |
---|
7 | .SH DESCRIPTION |
---|
8 | 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: |
---|
9 | .SH OPTIONS |
---|
10 | .TP |
---|
11 | \fBINTERFACES\f1 |
---|
12 | 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. |
---|
13 | .TP |
---|
14 | \fBARGS\f1 |
---|
15 | Additional command line arguments for ifplugd invocation. See \fBifplugd(8)\f1 for further information. |
---|
16 | .TP |
---|
17 | \fBARGS_\f1\fIiface\f1 |
---|
18 | If specified for an interface this variable takes precedence over ARGS. This may be useful if more than one network device is present. |
---|
19 | .SH SEE ALSO |
---|
20 | \fBifplugd(8)\f1 |
---|
21 | .SH COMMENTS |
---|
22 | This man page was written using \fBxmltoman(1)\f1 by Oliver Kurth. |
---|
Note: See
TracBrowser
for help on using the repository browser.