From 2ae80ff7be254d094b85e4de9eb96f27bcbba82c Mon Sep 17 00:00:00 2001 From: Adam Boardman Date: Fri, 15 Jan 2021 16:37:23 +0000 Subject: [PATCH] Removing wlan-assistant as its being started elsewhere --- lib/systemd/system/wlan-assistant.service | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 lib/systemd/system/wlan-assistant.service diff --git a/lib/systemd/system/wlan-assistant.service b/lib/systemd/system/wlan-assistant.service deleted file mode 100644 index 13fa276..0000000 --- a/lib/systemd/system/wlan-assistant.service +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=WLAN Assistant -After=lxc-android.service -Before=wlan-module.service - -[Service] -Type=basic -Restart=always -ExecStart=/vendor/bin/wlan_assistant - -[Install] -WantedBy=multi-user.target