]> git.pld-linux.org Git - packages/ifplugd.git/blame - ifplugd.sysconfig
- PLDized; rel 2
[packages/ifplugd.git] / ifplugd.sysconfig
CommitLineData
735f1b0d
ER
1# ifplugd configuration file
2
735f1b0d
ER
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.
11INTERFACES="eth0"
12
13# Additional parameters for ifplugd.
14# (Run "ifplugd -h" for further information.)
098827da 15ARGS="-fI -u0 -d10"
735f1b0d
ER
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
075cb8d3 19# interface.
735f1b0d 20#ARGS_wlan0="-MwI -u5 -d5"
5b17b1cc
ER
21
22# ifplugd doesn't die immediately when told so. better safe than sorry.
23RPM_SKIP_AUTO_RESTART=yes
This page took 0.149103 seconds and 4 git commands to generate.