mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
adjusted daemon process starting
This commit is contained in:
parent
66137f1f68
commit
44a49a84a3
1 changed files with 2 additions and 1 deletions
|
@ -400,7 +400,8 @@ class DAEMON:
|
||||||
options.append(o)
|
options.append(o)
|
||||||
|
|
||||||
# append debugging paramter
|
# append debugging paramter
|
||||||
options.append(("-vvv"))
|
# disabled as this could be set via gui
|
||||||
|
#options.append(("-vvv"))
|
||||||
command += options
|
command += options
|
||||||
|
|
||||||
self.log.info("[DMN] starting rigctld: ", param=command)
|
self.log.info("[DMN] starting rigctld: ", param=command)
|
||||||
|
|
Loading…
Reference in a new issue