16 lines
302 B
Desktop File
16 lines
302 B
Desktop File
[Unit]
|
|
Description=LSB: Steamware's IOB MON Chromium startup
|
|
After=graphical.target
|
|
|
|
[Service]
|
|
Environment=DISPLAY=:0.0
|
|
Environment=XAUTHORITY=/home/pi/.Xauthority
|
|
Type=simple
|
|
ExecStart=/bin/bash /home/pi/steamware/startBrowser.sh
|
|
Restart=on-abort
|
|
User=pi
|
|
Group=pi
|
|
|
|
[Install]
|
|
WantedBy=graphical.target
|