Files
tomasz-syn-grzegorza 359afb3a59 Initial import: bare-metal stacks, Server UI, GPU fan, tutorials.
Infrastructure configs for GMKtec K11 (Docker, vLLM, LocalAI, ComfyUI,
control-plane, gpu-fan agent, Server UI with CLI/file explorer/GPU fan curve).

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-05 12:02:04 +00:00

21 lines
474 B
Desktop File

[Unit]
Description=GMKtec K11 Server UI (Docker stack manager)
After=docker.service network-online.target
Wants=docker.service
[Service]
Type=simple
User=tomasz-syn-grzegorza
Group=tomasz-syn-grzegorza
SupplementaryGroups=docker
WorkingDirectory=/opt/server-ui
EnvironmentFile=-/opt/control-plane/.env
ExecStart=/opt/server-ui/.venv/bin/python /opt/server-ui/app.py
Restart=on-failure
RestartSec=5
KillSignal=SIGTERM
TimeoutStopSec=15
[Install]
WantedBy=multi-user.target