12345678910111213141516 |
- [Unit]
- Description=SDR AM/NFM demodulator
- Documentation=https://github.com/charlie-foxtrot/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
|