I have a script on my Raspberry Pi that starts the browser in kiosk mode. But if I do so the script keeps running even if i pipe the output to /dev/null like this ./script 2> /dev/null
If i stop the script with ctrl+c the browser gets killed as well. How can I run the script without having it to run in my terminal forever?