16 lines
446 B
Desktop File
16 lines
446 B
Desktop File
[Unit]
|
|
Description=MYP Kiosk Chromium Service
|
|
After=graphical-session.target myp-backend.service
|
|
Wants=graphical-session.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=user
|
|
Environment=DISPLAY=:0
|
|
ExecStartPre=/bin/sleep 10
|
|
ExecStart=/usr/bin/chromium-browser --kiosk --no-sandbox --disable-infobars --disable-session-crashed-bubble --disable-restore-session-state http://192.168.0.105
|
|
Restart=always
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=graphical-session.target |