add helper script to restart chromium
This commit is contained in:
parent
202647371b
commit
0435a38e00
1 changed files with 3 additions and 0 deletions
3
scripts/restart-chromium.sh
Executable file
3
scripts/restart-chromium.sh
Executable 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 &
|
||||||
Loading…
Add table
Add a link
Reference in a new issue