diff --git a/groundstation/rtl-tcp.service b/groundstation/rtl-tcp.service new file mode 100644 index 00000000..c7ae7f81 --- /dev/null +++ b/groundstation/rtl-tcp.service @@ -0,0 +1,13 @@ +[Unit] +Description=RTL-TCP + +[Service] +ExecStart=/home/pi/rtl-tcp.sh > /dev/null 2>&1 +WorkingDirectory=/home/pi +StandardOutput=inherit +StandardError=inherit +Restart=always +User=root + +[Install] +WantedBy=default.target