From 70f6b1bbd57e2d5995d01941375f48597904f9f4 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 5 May 2020 14:53:16 -0400 Subject: [PATCH] Create rtl-tcp.service --- groundstation/rtl-tcp.service | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 groundstation/rtl-tcp.service 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