mirror of
https://github.com/BetterCorp/BetterFrame.git
synced 2026-05-26 22:26:33 +00:00
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.
22 lines
571 B
Desktop File
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
|