Skip to content

Instantly share code, notes, and snippets.

@gnthibault
Forked from alex27riva/rtl_tcp.service
Created November 28, 2025 16:49
Show Gist options
  • Select an option

  • Save gnthibault/4f4392d3c433dc70d94d04e739d14435 to your computer and use it in GitHub Desktop.

Select an option

Save gnthibault/4f4392d3c433dc70d94d04e739d14435 to your computer and use it in GitHub Desktop.
Systemd service for running rtl_tcp on startup
[Unit]
Description=Software Defined Radio TCP Server
Requires=network.target
After=network.target
[Service]
ExecStart=/usr/bin/rtl_tcp -a 0.0.0.0
Restart=on-failure
KillMode=control-group
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment