add helper script to restart chromium

This commit is contained in:
rdl technix 2021-09-03 19:08:01 +02:00
parent 202647371b
commit 0435a38e00

3
scripts/restart-chromium.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
killall -9 chromium
DISPLAY=:0 /usr/bin/chromium --check-for-update-interval=31536000 --incognito --kiosk http://localhost:3030 > /dev/null 2> /dev/null &