gui running in qemu

This commit is contained in:
2025-07-05 13:05:02 +02:00
parent 06f26bf00b
commit da596241b9
19 changed files with 161 additions and 5820 deletions

View File

@@ -0,0 +1,24 @@
[Unit]
Description=FCB Looper GUI Application
After=weston.service
Wants=weston.service
Requires=graphical.target
[Service]
Type=simple
User=root
Environment="WAYLAND_DISPLAY=wayland-0"
Environment="XDG_RUNTIME_DIR=/run/user/0"
Environment="RUST_LOG=info"
ExecStartPre=/bin/sleep 3
ExecStart=/usr/bin/gui
Restart=always
RestartSec=5
WatchdogSec=30
# Resource limits
MemoryMax=256M
CPUQuota=80%
[Install]
WantedBy=graphical.target