From 593a6807f7cc0c6dd6d488c467ea3eb168a50099 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Thu, 20 Jul 2017 15:47:56 +0200 Subject: [PATCH] sats-wpa script as pre-up for `wlan0` --- clone/utility/interfaces | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/clone/utility/interfaces b/clone/utility/interfaces index e0c57ad..8d84792 100644 --- a/clone/utility/interfaces +++ b/clone/utility/interfaces @@ -15,6 +15,5 @@ iface eth0 inet manual # wifi network interface #1 allow-hotplug wlan0 -iface wlan0 inet manual - wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf - up /bin/systemctl start sats-update.service +iface wlan0 inet dhcp + pre-up /service/sats-wpa