Skip to content

Instantly share code, notes, and snippets.

@lorenzoferrarajr
Last active November 21, 2023 08:55
Show Gist options
  • Save lorenzoferrarajr/cd6a102e937454358233f1957245838b to your computer and use it in GitHub Desktop.
Save lorenzoferrarajr/cd6a102e937454358233f1957245838b to your computer and use it in GitHub Desktop.
[Unit]
Description=Start Chromium GUI
After=nginx.service php5-fpm.service mpd.service
[Service]
Type=simple
ExecStart=/opt/start-gui
User=pi
[Install]
WantedBy=multi-user.target
#!/bin/bash
/usr/bin/xinit /usr/bin/chromium-browser --kiosk --touch-events --disable-touch-drag-drop --enable-touchview --enable-pinch --window-size=800,480 --window-position=0,0 --disable-session-crashed-bubble --disable-infobars --no-first-run --app=http://localhost/ -- -nocursor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment