Hi,
I'm new to Archlinux and Archlinuxarm and I just installed Archlinuxarm on a Raspberry Pi 3b+. Everything is almost standard, haven't modified the base system.
I would like to use my rpi to start ncmpcpp on tty1 in order to control the mpd server installed on the same rpi. I've successfully created a systemd service to automatically start ncmpcpp on tty1 (instead of agetty), but I'm now confronted with a new issue and I don't know how-to solve it.
Logs are constantly displayed on the active tty (it seems that logs "follow" the current active tty because I still see new logs when I switch to another tty with alt-f*), and this makes ncmpcpp barely unusable.
I've tested to set "console=tty2" in /boot/boot.txt, and set "ForwardToConsole=no" and "ForwardToWall=no" in /etc/systemd/journald.conf, but this does not help.
Any advice will be appreciated.