Last active
April 21, 2022 08:56
-
-
Save brendannee/5400591 to your computer and use it in GitHub Desktop.
Restart chromium via SSH
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# stop chromium | |
sudo killall chromium | |
# manually set the display to one that is currently being used | |
# start chromium in kiosk mode with the URL we want to load | |
# use nohup so it stays up after we disconnect | |
DISPLAY=:0 nohup chromium --kiosk --incognito bart.blinktag.com/?station=16TH & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment