From 49bf55484c0e2010eb7bef7644a83f8210ec8b28 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 30 Dec 2024 06:00:24 -0500 Subject: [PATCH] Update pacsat.sh stop CubeSatSim, transmit, command --- groundstation/pacsat.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/groundstation/pacsat.sh b/groundstation/pacsat.sh index d2197312..3846ea26 100755 --- a/groundstation/pacsat.sh +++ b/groundstation/pacsat.sh @@ -4,6 +4,12 @@ sudo modprobe snd-aloop +sudo systemctl stop cubesatsim + +sudo systemctl stop transmit + +sudo systemctl stop command + /home/pi/CubeSatSim/config -I sudo systemctl stop command &>/dev/null