udev: split wifi and bt rules into two separate files, add systemd unit file, and add BT mac retry
All threads resolved!
Compare changes
Files
2- Clayton Craft authored
The udev rule for bluetooth doesn't work on systemd[1], by splitting the rule into two separate rules, distros can leave this bluetooth rule out when packaging for systemd. Distros packaging bootmac will have to make note of the new rule files/names. 1. https://github.com/systemd/systemd/issues/35003