diff options
author | Omar Polo <op@omarpolo.com> | 2022-03-09 16:43:22 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-03-09 16:43:22 +0000 |
commit | a00e67f1bf90fe67735c3e2518a46528d15e280b (patch) | |
tree | 0d9dc390ad839fd554b455111ceff8e1b573f238 /site/contrib.gmi | |
parent | efd54f4f8a8f9af709d6da4d812899a68552de62 (diff) |
mention gmid.sysusers in contrib together with gmid.service
related to github issue #14
Diffstat (limited to 'site/contrib.gmi')
-rw-r--r-- | site/contrib.gmi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/site/contrib.gmi b/site/contrib.gmi index 050c2d1..c9515e7 100644 --- a/site/contrib.gmi +++ b/site/contrib.gmi @@ -43,6 +43,7 @@ then the usual ‘rcctl [start|stop|enable|restart] gmid’ are available. ## systemd unit file => TREE/contrib/gmid.service contrib/gmid.service +=> TREE/contrib/gmid.sysusers contrib/gmid.sysusers A simple service file for systemd. To install it @@ -54,9 +55,11 @@ then the usual ‘systemctl [status|start|enable|stop] gmid’ commands can be u Some things to keep in mind: * the ExecStart path may depend on the installation -* a ‘gmid’ user needs to be create for e.g. with +* a ‘gmid’ user needs to be created with systemd-sysusers or useradd: ```how to create a dedicated user +# systemd-sysusers contrib/gmid.sysusers + or # useradd --system --no-create-home -s /bin/nologin -c "gmid Gemini server" gmid ``` |