QLC auto start at boot

All the topics related to QLC+ on the Raspberry Pi
Post Reply
Eliot
Posts: 5
Joined: Mon Aug 30, 2021 4:04 am
Real Name: Eliot Weinbrenner

Hi, I've installed the official image, but I want more controls on the pi, especially control qlc with VNC, the problem is that at boot the raspberry start qlc automatically as the root user and this window of qlc can only be view via the Hdmi and not in VNC.
The problem is that I can start a window of qlc via VNC but I end up with 2 qlc sessions (one whit root and one with pi)
It cause problem with uart control because information of 2 qlc adds up.
If I kill the root session it's work fine
I juste want to find how to disable this auto start
Thanks :)
User avatar
mcallegari
Posts: 4482
Joined: Sun Apr 12, 2015 9:09 am
Location: Italy
Real Name: Massimo Callegari
Contact:

Code: Select all

sudo systemctl disable qlcplus
Eliot
Posts: 5
Joined: Mon Aug 30, 2021 4:04 am
Real Name: Eliot Weinbrenner

Thanks, the exact command that work for me is this

Code: Select all

sudo /lib/systemd/systemd-sysv-install disable qlcplus
Post Reply