Skip to content

Commit 9969648

Browse files
committed
Disable ifplugd for wlan0, hostapd has some conflict with it, takes away IP
1 parent 0016ef4 commit 9969648

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

collect.sh

+1
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ cp /etc/logrotate.d/etherpad-lite ./logrotate.d_etherpad-lite
2424
cp /etc/dnsmasq.d/dns.conf .
2525
cp /etc/hosts .
2626
cp /etc/dnsmasq.d/dhcp.conf .
27+
cp /etc/default/ifplugd .

ifplugd

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# This file may be changed either manually or by running dpkg-reconfigure.
2+
#
3+
# N.B.: dpkg-reconfigure deletes everything from this file except for
4+
# the assignments to variables INTERFACES, HOTPLUG_INTERFACES, ARGS and
5+
# SUSPEND_ACTION. When run it uses the current values of those variables
6+
# as their default values, thus preserving the administrator's changes.
7+
#
8+
# This file is sourced by both the init script /etc/init.d/ifplugd and
9+
# the udev script /lib/udev/ifplugd.agent to give default values.
10+
# The init script starts ifplugd for all interfaces listed in
11+
# INTERFACES, and the udev script starts ifplugd for all interfaces
12+
# listed in HOTPLUG_INTERFACES. The special value all starts one
13+
# ifplugd for all interfaces being present.
14+
INTERFACES="eth0"
15+
HOTPLUG_INTERFACES=""
16+
ARGS="-q -f -u0 -d10 -w -I"
17+
SUSPEND_ACTION="stop"

0 commit comments

Comments
 (0)