You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe the systemd unit file should be using network-online.target for both the Wants and After targets.
The network.target target, indicates that networking has started, but it does not indicate that networking is fully up and running. I believe the intent of this unit file is that networking is up and running before starting rtl_airband. The network-online.target target allows for this.