add comment to systemd file about network.target vs network-online.target (#541)

I am making my contributions to this project solely in my personal capacity and am not conveying any rights to any intellectual property of any third parties.
This commit is contained in:
charlie-foxtrot 2026-02-17 10:57:55 -08:00 committed by GitHub
parent 7f438182b9
commit 1d99c51e2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,8 +1,8 @@
[Unit]
Description=SDR AM/NFM demodulator
Documentation=https://github.com/rtl-airband/RTLSDR-Airband/wiki
Wants=network.target
After=network.target
Wants=network.target # NOTE: `network-online.target` may be better for some use cases
After=network.target # NOTE: `network-online.target` may be better for some use cases
[Service]
Type=simple