Create rtl_tcp.service

pull/52/head
alanbjohnston 6 years ago committed by GitHub
parent fbaed266a2
commit 3a9b162e21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,13 @@
Description=RTL-TCP
[Service]
TimeoutStopSec = 5
ExecStart=/bin/sh -c '/usr/local/bin/rtl_tcp -a $(hostname -I)'
WorkingDirectory=/home/pi
StandardOutput=inherit
StandardError=inherit
Restart=always
User=root
[Install]
WantedBy=default.target
Loading…
Cancel
Save

Powered by TurnKey Linux.