BetterFrame/deploy/systemd/betterframe-kiosk.service
Mitchell R 96d7cc45ba
fix(deploy): require proxied local services
Bind native backend services and Node-RED to loopback so Angie remains the public auth boundary. Keep Docker on an internal compose network and stop kiosk fallback to a layout when display default is none.
2026-05-11 09:51:00 +02:00

22 lines
571 B
Desktop File

[Unit]
Description=BetterFrame Kiosk
Documentation=https://github.com/BetterCorp/BetterFrame
After=graphical-session.target network-online.target
Wants=network-online.target
PartOf=graphical-session.target
[Service]
Type=simple
WorkingDirectory=%h/.betterframe-kiosk
Environment=XDG_RUNTIME_DIR=/run/user/%U
Environment=WAYLAND_DISPLAY=wayland-0
Environment=NO_AT_BRIDGE=1
Environment=GST_DEBUG=1
ExecStart=/opt/betterframe/kiosk/betterframe-kiosk
Restart=on-failure
RestartSec=3
StandardOutput=journal
StandardError=journal
[Install]
WantedBy=graphical-session.target