From 92f78828054747523aadc38027f64333ca99cd2f Mon Sep 17 00:00:00 2001 From: Michael Ketchel Date: Tue, 5 Nov 2024 12:44:48 -0500 Subject: [PATCH] Fix remnant of wlan0 service --- debian/rules | 1 - wlanpi_core/services/system_service.py | 1 - 2 files changed, 2 deletions(-) diff --git a/debian/rules b/debian/rules index 6edc6d4..edc5c3d 100755 --- a/debian/rules +++ b/debian/rules @@ -23,7 +23,6 @@ SDIST_DIR=debian/$(PACKAGE)-$(VERSION) # ensure that the systemd services are handled by systemd. override_dh_installsystemd: - dh_installsystemd --name=wpa_supplicant@wlan0 wpa_supplicant@wlan0.service dh_installsystemd wlanpi-core.service dh_installsystemd wlanpi-core.socket diff --git a/wlanpi_core/services/system_service.py b/wlanpi_core/services/system_service.py index 30dde00..7daeec4 100644 --- a/wlanpi_core/services/system_service.py +++ b/wlanpi_core/services/system_service.py @@ -40,7 +40,6 @@ "wlanpi-grafana-wipry-lp-6", "wlanpi-grafana-wipry-lp-stop", "wpa_supplicant", - "wpa_supplicant@wlan0", ] PLATFORM_UNKNOWN = "Unknown"