Advertisement
Guest User

Untitled

a guest
Feb 4th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. [Unit]
  2. Description=browser service
  3. After=display-manager.service
  4. Requires=display-manager.service
  5.  
  6.  
  7. [Service]
  8. Type=simple
  9. Environment="DISPLAY=:0"
  10. ExecStart=\
  11. /usr/bin/google-chrome \
  12. --kiosk \
  13. --url https://172.20.100.99 \
  14. --touch-events=enabled \
  15. --touch-devices=7 \
  16. --allow-running-insecure-content \
  17. --overscroll-history-navigation=0 \
  18. --disable-session-crashed-bubble \
  19. --disable-infobars \
  20. --no-first-run \
  21. --disable-translate \
  22.  
  23. RestartSec=1s
  24. Restart=always
  25.  
  26.  
  27. [Install]
  28. WantedBy=graphical.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement