Earlier quoted context omitted.
To display only the Electron app or Unity game at boot, you'd typically want to create a systemd service that starts the systemd-nspawn container. You would then configure your display manager to automatically log into a session that only runs that service. Here is a step-by-step guide: *Step 1: Create a systemd service* Create a systemd service file at `/etc/systemd/system/myapp.service` with the following contents:…
Amazing, thank you (and chatgpt).
Yeah, it's really helpful to prototype these kinds of things.