From e31051b08bff39dec60acd2ff3cf34d0b2888f3b Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 5 May 2020 15:20:53 -0400 Subject: [PATCH] Update and rename rtl-tcp.service to rtl_tcp.service --- groundstation/{rtl-tcp.service => rtl_tcp.service} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename groundstation/{rtl-tcp.service => rtl_tcp.service} (71%) diff --git a/groundstation/rtl-tcp.service b/groundstation/rtl_tcp.service similarity index 71% rename from groundstation/rtl-tcp.service rename to groundstation/rtl_tcp.service index 13e547fe..b08f651a 100644 --- a/groundstation/rtl-tcp.service +++ b/groundstation/rtl_tcp.service @@ -2,7 +2,7 @@ Description=RTL-TCP [Service] -ExecStart=/usr/local/bin/rtl_tcp -a $(hostname -I|cut -f1 -d " ") +ExecStart=/bin/sh -c ‘/usr/local/bin/rtl_tcp -a $(hostname -I)’ WorkingDirectory=/home/pi StandardOutput=inherit StandardError=inherit