diff options
Diffstat (limited to 'config')
| -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. | 
