Skip to content

Instantly share code, notes, and snippets.

@brendannee
Last active April 21, 2022 08:56
Show Gist options
  • Save brendannee/5400591 to your computer and use it in GitHub Desktop.
Save brendannee/5400591 to your computer and use it in GitHub Desktop.
Restart chromium via SSH
# 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