diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-12-01 10:56:11 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-12-01 10:56:11 +0100 |
commit | 37a1daaf01431038de4ea983c4093fd2e271336f (patch) | |
tree | 5140ef2d0dc923e89144fa23f4b5a6c43252180b /config/lacme.conf | |
parent | 8faab5db6571972156f45b5838b23dbb0fadd5c4 (diff) |
lacme.conf: mention the default groupname for the ACME client.
Diffstat (limited to 'config/lacme.conf')
-rw-r--r-- | config/lacme.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/lacme.conf b/config/lacme.conf index 39cfd36..a52689a 100644 --- a/config/lacme.conf +++ b/config/lacme.conf @@ -25,6 +25,7 @@ # groupname to drop privileges to (setting both effective and real gid, # and also setting the list of supplementary gids to that single group). # Preserve root privileges if the value is empty (not recommended). +# Default: "nogroup". # #group = nogroup |