From 69b0a8ea4d5c6222caf5b4b139ee9de56c5de74c Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 3 May 2020 16:15:34 -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 7e487030..a18eb35f 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 >/home/pi/CubeSatSim/log.txt 2>&1 WorkingDirectory=/home/pi/CubeSatSim StandardOutput=inherit StandardError=inherit