I’d like to direct the output of journalctl -f to the display, but I’m not sure how to enable that at startup.
In “Host OS”:
chvt 2
journalctl -f > /dev/tty2 &
disown
works fine, but I don’t see a way I can do the same thing from my app. Thoughts?