Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix hostapd / wireless device rename race on boot
On some boots, the hostapd service would start before udev had renamed the wireless device on which hostapd relied, causing a failure. Explicitly binding the hostapd service units to their respective device units avoids this by forcing hostapd to wait until a device with the required name exists.
- Loading branch information