Skip to content

Commit

Permalink
Fix remnant of wlan0 service
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ketchel committed Nov 5, 2024
1 parent a91f081 commit 92f7882
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]
dh_installsystemd wlanpi-core.service
dh_installsystemd wlanpi-core.socket

Expand Down
1 change: 0 additions & 1 deletion wlanpi_core/services/system_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"wlanpi-grafana-wipry-lp-6",
"wlanpi-grafana-wipry-lp-stop",
"wpa_supplicant",
"wpa_supplicant@wlan0",
]

PLATFORM_UNKNOWN = "Unknown"
Expand Down

0 comments on commit 92f7882

Please sign in to comment.