Skip to content

Instantly share code, notes, and snippets.

@Lowess
Created March 28, 2019 21:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Lowess/f9be7ddc4db8a0e2467bf81d2ec443c2 to your computer and use it in GitHub Desktop.
Save Lowess/f9be7ddc4db8a0e2467bf81d2ec443c2 to your computer and use it in GitHub Desktop.
Unit file for Raspberry Chromium at boot on Raspbian 9.x
[Unit]
Description=launch chromium
[Service]
User=pi
Environment=DISPLAY=:0
ExecStart=/usr/bin/chromium-browser --kiosk --disable-session-crashed-bubble 127.0.0.1
[Install]
WantedBy=user@.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment