From 1c441ee8eae88fa19666e08b31ac7f8d0f99946f Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 3 May 2020 16:09:40 -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 51a72ab0..a410c7f7 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 +ExecStart=/home/pi/CubeSatSim/radioafsk $ARG1 $ARG2 $ARG3 > /home/pi/CubeSatSim/log.txt 2>&1 WorkingDirectory=/home/pi/CubeSatSim StandardOutput=inherit StandardError=inherit