From c3c19cd3339e60b2be6ab63a234a3ec88caeb99c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benedikt=20M=C3=BCller?= Date: Thu, 12 Mar 2026 16:18:20 +0100 Subject: [PATCH] Fix explanation comment in rc.d script --- docs/app-docs/src/content/docs/getting-started.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/app-docs/src/content/docs/getting-started.mdx b/docs/app-docs/src/content/docs/getting-started.mdx index 3e7bb09d..09291245 100644 --- a/docs/app-docs/src/content/docs/getting-started.mdx +++ b/docs/app-docs/src/content/docs/getting-started.mdx @@ -185,9 +185,9 @@ Now that we have both the config and data directories setup, we can create an `r # # sylve_enable (bool): Set to "NO" by default. # Set it to "YES" to enable sylve. -# sylve_user (user): Set to "www" by default. +# sylve_user (user): Set to "root" by default. # User to run sylve as. -# sylve_group (group): Set to "www" by default. +# sylve_group (group): Set to "wheel" by default. # Group to run sylve as. # sylve_args (str): Set to "-config %%ETCDIR%%/config.json" by default. # Extra flags passed to sylve.