From 30bcd1ba442ac230aedaa9ceec4e1b7a39e2ce66 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 18 Nov 2023 12:25:51 -0500 Subject: [PATCH] Update config add rotate to clear logs --- config | 1 + 1 file changed, 1 insertion(+) diff --git a/config b/config index 40ea295d..29cd53e5 100755 --- a/config +++ b/config @@ -393,6 +393,7 @@ elif [ "$1" = "-C" ]; then sudo systemctl stop cubesatsim sudo systemctl stop rpitx + sudo journactl --rotate sudo journalctl --vacuum-time=1s sudo systemctl reboot now