From 833a68858eb79dff2d8ef54cc25531cc1a08d8f2 Mon Sep 17 00:00:00 2001
From: kruger <kruger@astron.nl>
Date: Mon, 5 Feb 2024 13:23:16 +0000
Subject: [PATCH] stop_all also disable

---
 stop_all.sh | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/stop_all.sh b/stop_all.sh
index f2e4baa..4deb93f 100755
--- a/stop_all.sh
+++ b/stop_all.sh
@@ -3,3 +3,9 @@ sudo systemctl stop recvtr.service
 sudo systemctl stop apscttr.service
 sudo systemctl stop apsputr.service
 sudo systemctl stop unb2tr.service
+sudo systemctl stop ccdtr.service
+sudo systemctl disable recvtr.service
+sudo systemctl disable apscttr.service
+sudo systemctl disable apsputr.service
+sudo systemctl disable unb2tr.service
+sudo systemctl disable ccdtr.service
-- 
GitLab