Initial commit

This commit is contained in:
2022-10-03 12:21:42 -07:00
commit 89f5b21028
3 changed files with 151 additions and 0 deletions

17
rtl_airband.service Normal file
View File

@@ -0,0 +1,17 @@
[Unit]
Description=SDR AM/NFM demodulator
Documentation=https://github.com/szpajder/RTLSDR-Airband/wiki
Wants=network.target
After=network.target
[Service]
Type=simple
ExecStart=/usr/local/bin/rtl_airband -Fe
# The program may exit only due to startup failure (eg. misconfiguration)
# or due to failure of all SDR devices (eg. disconnection). In either case,
# there is no point to restart it, because it would fail once again.
Restart=no
[Install]
WantedBy=multi-user.target