Skip to content
Snippets Groups Projects

udev: split wifi and bt rules into two separate files, add systemd unit file, and add BT mac retry

Merged Clayton Craft requested to merge craftyguy/split-udev into master
All threads resolved!
2 files
+ 7
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -4,5 +4,4 @@
# SPDX-License-Identifier: GPL-3.0-or-later
#
ACTION=="add", SUBSYSTEM=="net", KERNEL=="wlan0", RUN+="/usr/bin/bootmac"
ACTION=="add", SUBSYSTEM=="bluetooth", KERNEL=="hci0", RUN+="/usr/bin/bootmac"
Loading