mirror of
https://github.com/charlie-foxtrot/RTLSDR-Airband.git
synced 2026-03-01 20:51:15 +01:00
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:
parent
7f438182b9
commit
1d99c51e2b
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user