]> git.pld-linux.org Git - packages/ifplugd.git/blob - ifplugd.sysconfig
- PLDized; rel 2
[packages/ifplugd.git] / ifplugd.sysconfig
1 # ifplugd configuration file
2
3 # Specify the interfaces to control here, separated by spaces.
4 # Ifplugd processes will be started for each of these interfaces when
5 # the ifplugd init script is called with the "start" argument. You may
6 # use the magic string "auto" to make the init script start or stop
7 # ifplugd processes for ALL eth and wlan interfaces that are available
8 # according to /proc/net/dev. Note that the list of interfaces
9 # appearing in /proc/net/dev may depend on which kernel modules you
10 # have loaded.
11 INTERFACES="eth0"
12
13 # Additional parameters for ifplugd.
14 # (Run "ifplugd -h" for further information.)
15 ARGS="-fI -u0 -d10"
16
17 # Additional parameters for ifplugd for the specified interface.  Note
18 # that $ARGS is ignored, when a variable like this is set for an
19 # interface.
20 #ARGS_wlan0="-MwI -u5 -d5"
21
22 # ifplugd doesn't die immediately when told so. better safe than sorry.
23 RPM_SKIP_AUTO_RESTART=yes
This page took 0.526703 seconds and 3 git commands to generate.