From 326ac821712fb0fbb394b8f1238e765fa0adc00e Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 3 May 2020 16:17:31 -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 26a5f951..4573edf0 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 >/home/pi/CubeSatSim/log.txt 2>&1 +ExecStart=/home/pi/CubeSatSim/radioafsk $ARG1 $ARG2 $ARG3 WorkingDirectory=/home/pi/CubeSatSim StandardOutput=inherit StandardError=inherit