The dwe os service appears to race with networkmanager. Sometimes it starts before and sometimes after.
Support for hotplugging devices would also solve this issue. This used to not be an issue before the refactor because it used a more naive and expensive approach that reinitialized the ethernet interface every command. By caching, we introduce this bug.
Updated snippet for service file:
[Unit]
Requires=NetworkManager.service
After=NetworkManager.service
The dwe os service appears to race with networkmanager. Sometimes it starts before and sometimes after.
Support for hotplugging devices would also solve this issue. This used to not be an issue before the refactor because it used a more naive and expensive approach that reinitialized the ethernet interface every command. By caching, we introduce this bug.
Updated snippet for service file: