rtl_airband.service 485 B

12345678910111213141516
  1. [Unit]
  2. Description=SDR AM/NFM demodulator
  3. Documentation=https://github.com/charlie-foxtrot/RTLSDR-Airband/wiki
  4. Wants=network.target
  5. After=network.target
  6. [Service]
  7. Type=simple
  8. ExecStart=/usr/local/bin/rtl_airband -Fe
  9. # The program may exit only due to startup failure (eg. misconfiguration)
  10. # or due to failure of all SDR devices (eg. disconnection). In either case,
  11. # there is no point to restart it, because it would fail once again.
  12. Restart=no
  13. [Install]
  14. WantedBy=multi-user.target