How to Autostart on Raspberry Pi

Hi, I wonder how I can configure my Raspberry Pi to

  • Autostart the GUI
  • Autostart the Phoscon App

I usually don’t work with the app directly but use IoBroker, so I would like it to just start silently in the background, should a restart be required.

Thanks!

should work when you insert the following into the console:

sudo systemctl enable deconz-gui

1 Like