From 3c04ffc096997c1a0f001247d5406b931213b5a7 Mon Sep 17 00:00:00 2001 From: Nakaya <32014963+eniehack@users.noreply.github.com> Date: Thu, 10 Mar 2022 00:53:50 +0900 Subject: [PATCH] add description about systemd-sysusers on quickstart --- site/quickstart.gmi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/site/quickstart.gmi b/site/quickstart.gmi index 83d589f..1312d00 100644 --- a/site/quickstart.gmi +++ b/site/quickstart.gmi @@ -81,6 +81,12 @@ Ideally, gmid should be started as root and drop privileges to a local user. Th # useradd --system --no-create-home -s /bin/nologin -c "gmid Gemini server" gmid ``` +If you use systemd-sysusers: + +```how to create the gmid user, using systemd-sysusers +# systemd-sysusers contrib/gmid.sysusers +``` + Please consult your OS documentation for more information on the matter. The configuration then needs to be adjusted to include the ‘user’ directive at the top: