From 84bedd43dd1f932b6748535f5242798e3da9bc7a Mon Sep 17 00:00:00 2001 From: Marco Allegretti Date: Thu, 5 Mar 2026 12:09:43 +0100 Subject: [PATCH] docs(ops): clarify deploy user example --- docs/admin/opensuse-operator-kit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/opensuse-operator-kit.md b/docs/admin/opensuse-operator-kit.md index fbfd462..1d351e0 100644 --- a/docs/admin/opensuse-operator-kit.md +++ b/docs/admin/opensuse-operator-kit.md @@ -5,7 +5,7 @@ This guide describes a practical, operator-first way to run Likwid on openSUSE L ## Assumptions - You have an SSH-accessible server running openSUSE Leap. -- You run Likwid as a dedicated non-root user (recommended: `deploy`). +- You run Likwid as a dedicated non-root user (example: `deploy`). - A reverse proxy (Caddy/nginx) terminates TLS and forwards: - `/` to the frontend - `/api` to the backend