diff options
| author | Guilhem Moulin <guilhem@fripost.org> | 2020-08-03 22:15:14 +0200 | 
|---|---|---|
| committer | Guilhem Moulin <guilhem@fripost.org> | 2020-08-03 22:31:20 +0200 | 
| commit | f6913c09b9987ae8a6f65f5acfa7673278c701be (patch) | |
| tree | adc1bb6b45c68533d9b9ec4d690436acadb48168 /config | |
| parent | 615f98315ce17751a703d4933ae690befdae82e1 (diff) | |
Install lacme manpage to section 8.
As it's a system command, see hier(7) for details.
Diffstat (limited to 'config')
| -rw-r--r-- | config/lacme.conf | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/config/lacme.conf b/config/lacme.conf index 7c3833d..acafe81 100644 --- a/config/lacme.conf +++ b/config/lacme.conf @@ -8,11 +8,11 @@  # The value of "socket" specifies the path to the lacme-accountd(1)  # UNIX-domain socket to connect to for signature requests from the ACME -# client.  lacme(1) aborts if the socket is readable or writable by +# client.  lacme(8) aborts if the socket is readable or writable by  # other users, or if its parent directory is writable by other users.  # Default: "$XDG_RUNTIME_DIR/S.lacme" if the XDG_RUNTIME_DIR environment  # variable is set. -# This option is ignored when lacme-accountd(1) is spawned by lacme(1), +# This option is ignored when lacme-accountd(1) is spawned by lacme(8),  # since the two processes communicate through a socket pair.  See the  # "accountd" section below for details.  # @@ -88,14 +88,14 @@  # Whether to automatically install iptables(8) rules to open the  # ADDRESS[:PORT] specified with listen.  Theses rules are automatically -# removed once lacme(1) exits. +# removed once lacme(8) exits.  #  #iptables = No  [accountd]  # lacme-accound(1) section.  Comment out this section (including its -# header) to make lacme(1) connect to an existing UNIX-domain socket +# header) to make lacme(8) connect to an existing UNIX-domain socket  # bound by a running acme-accountd(1) process.  # username to drop privileges to (setting both effective and real uid). | 
