From b9dd31ab5ecb2426b4d59c50d3518c2a0017a827 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 3 May 2020 16:12:42 -0400 Subject: [PATCH] Update test.service --- systemd/test.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/test.service b/systemd/test.service index a410c7f7..7e487030 100644 --- a/systemd/test.service +++ b/systemd/test.service @@ -3,7 +3,7 @@ Description=Test service [Service] EnvironmentFile=/home/pi/CubeSatSim/.progconfig -ExecStart=/home/pi/CubeSatSim/radioafsk $ARG1 $ARG2 $ARG3 > /home/pi/CubeSatSim/log.txt 2>&1 +ExecStart=/home/pi/CubeSatSim/radioafsk $ARG1 $ARG2 > /home/pi/CubeSatSim/log.txt 2>&1 WorkingDirectory=/home/pi/CubeSatSim StandardOutput=inherit StandardError=inherit