Raspberry Pi - Veyon service not autostarting
-
I have installed Veyon onto a raspberry pi to give me a form of remote access without plugging it into a monitor, however the Veyon service does not auto start, and I have to start it manually in the Veyon Configurator. Would anyone know how to fix this issue?
-
What's the output of
systemctl status veyon
? Maybe you need to enable the Veyon Service viasystemctl enable veyon
?