diff options
| author | Guilhem Moulin <guilhem@fripost.org> | 2021-02-17 23:53:31 +0100 | 
|---|---|---|
| committer | Guilhem Moulin <guilhem@fripost.org> | 2021-02-18 00:53:43 +0100 | 
| commit | d72df441f86f759bf143df745ff13fd9b90597bf (patch) | |
| tree | 07cd218d91557200f735d6e3a108a4526437bb47 /config | |
| parent | 32c27cecbe7ab3bdf0cbc984c50b37fbe231e79d (diff) | |
Split client/webserver/accountd commands on whitespace.
This doesn't change the default behavior.
Diffstat (limited to 'config')
| -rw-r--r-- | config/lacme.conf | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/config/lacme.conf b/config/lacme.conf index 4c7dc86..3faed2b 100644 --- a/config/lacme.conf +++ b/config/lacme.conf @@ -29,7 +29,7 @@  #  #group = @@lacme_client_group@@ -# Path to the ACME client executable. +# ACME client command.  #  #command = @@libexecdir@@/lacme/client @@ -83,7 +83,7 @@  #  #group = @@lacme_www_group@@ -# Path to the ACME webserver executable. +# ACME webserver command.  #  #command = @@libexecdir@@/lacme/webserver @@ -110,7 +110,7 @@  #  #group = -# Path to the lacme-accountd(1) executable. +# lacme-accountd(1) command.  #  #command = @@bindir@@/lacme-accountd | 
