From 44a49a84a3d9c1a1cd3095414f42c4274eae9648 Mon Sep 17 00:00:00 2001 From: DJ2LS Date: Fri, 27 Oct 2023 22:58:11 +0200 Subject: [PATCH] adjusted daemon process starting --- modem/daemon.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modem/daemon.py b/modem/daemon.py index ec647a99..b393522a 100755 --- a/modem/daemon.py +++ b/modem/daemon.py @@ -400,7 +400,8 @@ class DAEMON: options.append(o) # append debugging paramter - options.append(("-vvv")) + # disabled as this could be set via gui + #options.append(("-vvv")) command += options self.log.info("[DMN] starting rigctld: ", param=command)