From c989444933e108651ed7b808d04ddf242edd47f4 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 4 May 2020 12:17:22 -0400 Subject: [PATCH] Update demo.service --- systemd/demo.service | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/systemd/demo.service b/systemd/demo.service index 2486a4ce..00fe4c46 100644 --- a/systemd/demo.service +++ b/systemd/demo.service @@ -1,9 +1,8 @@ - [Unit] -Description=Test service +Description=Test demo service [Service] -EnvironmentFile=/home/pi/CubeSatSim/.progconfig +EnvironmentFile=/home/pi/CubeSatSim/.mode ExecStart=/home/pi/CubeSatSim/demo.sh $ARG1 WorkingDirectory=/home/pi/CubeSatSim StandardOutput=inherit