[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