Just wondering how to disable Toggle on Kamikaze?

Just wondering how to disable Toggle on Kamikaze? I like to view a scrolling log file ($ journalctl -f) but haven’t been able to disable Toggle so that the command line is always visible. I’ve tried disabling through systemctl but it seems that octoprint keeps bringing it back? Many thanks!

systemctl disable toggle

I could swear I already tried that, but it seems to have worked this time! Thanks Elias :slight_smile:

After a reboot, yes. If not: systemctl stop toggle

I have commented out the line “After=redeem.service octoprint.service” in /lib/systemd/system/toggle.service

As far as I can tell this should prevent the loading of Toggle after Redeem or Octoprint?