Convert final article
This commit is contained in:
@@ -85,7 +85,7 @@ iface br0 inet dhcp
|
||||
pre-up /sbin/start-stop-daemon --start --pidfile=/var/run/wpa_supplicant.wlan0.pid --exec=/usr/local/sbin/wpa_supplicant --user=root -- -B -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf -C /var/run/wpa_supplicant -P /var/run/wpa_supplicant.wlan0.pid -b $IFACE
|
||||
bridge_ports eth0 eth1 wlan0
|
||||
post-down /sbin/start-stop-daemon --stop --pidfile=/var/run/wpa_supplicant.wlan0.pid --exec=/usr/local/sbin/wpa_supplicant --user=root
|
||||
post-down /sbin/iw dev wlan0 set 4addr off</code></p>
|
||||
post-down /sbin/iw dev wlan0 set 4addr off
|
||||
</code></pre>
|
||||
|
||||
<p>We use start-stop-daemon because it provides idempotence and safety from stale PID files.</p>
|
||||
|
||||
Reference in New Issue
Block a user