I'm working on an embedded computer, which will have no keyboard / no mouse, but only a touchscreen (a kiosk).
I would like to start, as soon as possible on boot, without any message / splash logo, and without a login prompt, the Python script with its GUI in fullscreen. (My Python script uses wxPython for GUI).
How should I configure my Debian 8 or Ubuntu server for this?
Should I use remove the existing desktop manager (probably Unity for Ubuntu?) Should I then install nodm, lightdm or something else?
Then I thought about creating a systemd service that would start my python myscript.py. Is that the correct way to go?