I'm using Firefox Kiosk Mode on an Ubuntu 24.04 desktop with Dashboard 2. When I leave it open for hours, the dashboard doesn't refresh (it freezes). Is there a way to refresh it automatically?
I open Firefox as a service:
[Unit]
Description=Abrir Firefox en modo kiosk
After=graphical-session.target
[Service]
ExecStart=/usr/bin/firefox --window-size=1920,1080 --kiosk --window-position=0,0 http://IP/dashboard/page1>
Environment=DISPLAY=:0
Environment=XDG_RUNTIME_DIR=/run/user/1000
Restart=on-failure
[Install]
WantedBy=default.target