summaryrefslogtreecommitdiff
path: root/man/ifplugd.conf.5
blob: 6e963781507b6f6ab8c11e66a604b7b46ed70493 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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.