add description about systemd-sysusers on quickstart

This commit is contained in:
Nakaya 2022-03-10 00:53:50 +09:00 committed by omar-polo
parent bff125b842
commit 3c04ffc096
1 changed files with 6 additions and 0 deletions

View File

@ -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: