From f407698a10d1217c3ab6bd1622ea0b034d2c5622 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Fri, 8 Feb 2019 17:19:55 -0500 Subject: [PATCH] changed to make it run last in systemd --- systemd/cubesatsim.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/cubesatsim.service b/systemd/cubesatsim.service index 3c38fee9..3261bf57 100644 --- a/systemd/cubesatsim.service +++ b/systemd/cubesatsim.service @@ -5,6 +5,6 @@ After=multi-user.target [Service] Type=simple ExecStart=/home/pi/CubeSatSim/demo.sh > /home/pi/CubeSatSim/log.txt 2>&1 - + [Install] WantedBy=custom.target