From cce45fa1bf323abc72976289f00e42f0c8272523 Mon Sep 17 00:00:00 2001 From: billz Date: Sun, 29 Mar 2020 14:46:18 +0000 Subject: [PATCH] restored default interface --- installers/raspapd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/raspapd.service b/installers/raspapd.service index a87832c0..c5738465 100644 --- a/installers/raspapd.service +++ b/installers/raspapd.service @@ -16,7 +16,7 @@ After=multi-user.target [Service] Type=oneshot -ExecStart=/bin/bash /etc/raspap/hostapd/servicestart.sh --seconds 3 +ExecStart=/bin/bash /etc/raspap/hostapd/servicestart.sh --interface uap0 --seconds 3 RemainAfterExit=no [Install]