359afb3a59
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>
21 lines
474 B
Desktop File
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
|