How to stop whonixcheck?

Hey there. Sometimes I have the need to cancel the whonixcheck command. The one that start automatically.
I don’t want to disable the whole function, simply I want to cancel that specific whonixcheck and run it later.

How can I do that?

sudo service whonixcheck stop

Is this one the right command?

Also how can I see the progress of whonixcheck? I mean in terminal mode in the latest whonix versions it appears all together when it’s been completed… in the old whonix versions I remember I was seeing whonixcheck in progress step by step…

Why not just press cancel?

Might also apply:
Advanced Security Guide - Whonix

Cause i’m in terminal and I can’t :frowning:

Try this.

kill -sigterm $(pgrep whonixcheck)