Update rtl_tcp.service changed to IP address not host name

pacsat-tx
Alan Johnston 12 months ago committed by GitHub
parent 15ebacf05b
commit a991cf979d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -3,7 +3,7 @@ Description=RTL-TCP
[Service]
TimeoutStopSec = 5
ExecStart=/bin/sh -c 'rtl_tcp -a $(hostname -I)'
ExecStart=/bin/sh -c 'rtl_tcp -a $(hostname -I|cut -f1 -d " ")'
WorkingDirectory=/home/pi
StandardOutput=inherit
StandardError=inherit

Loading…
Cancel
Save

Powered by TurnKey Linux.