/default/ifplugd
http://github.com/brinkman83/bashrc · #! · 17 lines · 17 code · 0 blank · 0 comment · 0 complexity · 7f31d9572f2e06d70d8b726b5057d238 MD5 · raw file
- # This file may be changed either manually or by running dpkg-reconfigure.
- #
- # N.B.: dpkg-reconfigure deletes everything from this file except for
- # the assignments to variables INTERFACES, HOTPLUG_INTERFACES, ARGS and
- # SUSPEND_ACTION. When run it uses the current values of those variables
- # as their default values, thus preserving the administrator's changes.
- #
- # This file is sourced by both the init script /etc/init.d/ifplugd and
- # the udev script /lib/udev/ifplugd.agent to give default values.
- # The init script starts ifplugd for all interfaces listed in
- # INTERFACES, and the udev script starts ifplugd for all interfaces
- # listed in HOTPLUG_INTERFACES. The special value all starts one
- # ifplugd for all interfaces being present.
- INTERFACES="eth0"
- HOTPLUG_INTERFACES=""
- ARGS="-q -f -u0 -d10 -w -I"
- SUSPEND_ACTION="stop"