diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-08-03 22:57:32 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-08-04 01:39:39 +0200 |
commit | e419eb68718085fa2e2505eb4b4aa08145f7dc1c (patch) | |
tree | b71aa88e60d4775bec2efece141acbb9f024a88d /config/lacme.conf | |
parent | da8b727f156d23553eecb90e8731d39c6027cb02 (diff) |
Ignore [accountd] section from lacme.conf when the --socket option is defined.
This allows remotely-controlled lacme processes being controlled without
modifying an config files. See https://bugs.debian.org/955767 .
Diffstat (limited to 'config/lacme.conf')
-rw-r--r-- | config/lacme.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/lacme.conf b/config/lacme.conf index cf7edfd..9f4db72 100644 --- a/config/lacme.conf +++ b/config/lacme.conf @@ -95,8 +95,8 @@ [accountd] # lacme-accound(1) section. Comment out this section (including its -# header) to make lacme(8) connect to an existing UNIX-domain socket -# bound by a running acme-accountd(1) process. +# header), or use the --socket= CLI option, to make lacme(8) connect to +# an existing lacme-accountd(1) process via a UNIX-domain socket. # username to drop privileges to (setting both effective and real uid). # Preserve root privileges if the value is empty. |