From f113ba6f90a58821d442b09cf3617c3be6739313 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Fri, 8 Feb 2019 17:19:16 -0500 Subject: [PATCH] Update cubesatsim.service --- systemd/cubesatsim.service | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/systemd/cubesatsim.service b/systemd/cubesatsim.service index f2c7d44c..3c38fee9 100644 --- a/systemd/cubesatsim.service +++ b/systemd/cubesatsim.service @@ -1,10 +1,10 @@ - [Unit] - Description=CubeSatSim Service - After=multi-user.target +[Unit] +Description=My last command +After=multi-user.target - [Service] - Type=idle - ExecStart=/home/pi/CubeSatSim/radioafsk > /home/pi/CubeSatSim/log.txt 2>&1 +[Service] +Type=simple +ExecStart=/home/pi/CubeSatSim/demo.sh > /home/pi/CubeSatSim/log.txt 2>&1 - [Install] - WantedBy=multi-user.target +[Install] +WantedBy=custom.target