I have an app that I need to open on boot to kiosk mode in chromium. The script works fine when run manually but through systemd the webcam is blank and never asks for any permissions. I have tried forcing the data dir to no avail. Below is my small script and systemd config.
I have tried to set default permission on the user in chromium but it never looks at the profile when run through systemd even though the user is correct.
#!/bin/bash
# Function to launch Chromium in kiosk mode
launch_browser() {
echo "