From 0435a38e0021540f16c1d68aaf58282c350d24b4 Mon Sep 17 00:00:00 2001 From: rdl technix Date: Fri, 3 Sep 2021 19:08:01 +0200 Subject: [PATCH] add helper script to restart chromium --- scripts/restart-chromium.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 scripts/restart-chromium.sh diff --git a/scripts/restart-chromium.sh b/scripts/restart-chromium.sh new file mode 100755 index 0000000..2bdc17a --- /dev/null +++ b/scripts/restart-chromium.sh @@ -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 &