Skip to content

Instantly share code, notes, and snippets.

@hyteckit
hyteckit / rtl_tcp.service
Last active October 5, 2017 01:05 — forked from bemasher/README.md
A simple system for collecting and writing differential consumption values to an influxdb database.
[Unit]
Description=Software Defined Radio TCP Server
Wants=network.target
After=network.target
[Service]
ExecStart=/usr/bin/rtl_tcp
Restart=always
[Install]