aboutsummaryrefslogtreecommitdiffstats
path: root/lacme
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2020-08-03 22:29:37 +0200
committerGuilhem Moulin <guilhem@fripost.org>2020-08-03 22:31:35 +0200
commit294bc39102e9263a268b58fe29e03c9983ccfeca (patch)
tree4c9441bb064433b56228b40505efd59d58c38593 /lacme
parentf6913c09b9987ae8a6f65f5acfa7673278c701be (diff)
Change default libexec dir from /usr/lib/lacme to /usr/libexec/lacme.
Diffstat (limited to 'lacme')
-rwxr-xr-xlacme4
1 files changed, 2 insertions, 2 deletions
diff --git a/lacme b/lacme
index 5ad28a8..73180f0 100755
--- a/lacme
+++ b/lacme
@@ -93,7 +93,7 @@ do {
socket => (defined $ENV{XDG_RUNTIME_DIR} ? "$ENV{XDG_RUNTIME_DIR}/S.lacme" : undef),
user => 'nobody',
group => 'nogroup',
- command => '/usr/lib/lacme/client',
+ command => '/usr/libexec/lacme/client',
# the rest is for the ACME client
map {$_ => undef} qw/server timeout SSL_verify SSL_version SSL_cipher_list/
},
@@ -102,7 +102,7 @@ do {
'challenge-directory' => undef,
user => 'www-data',
group => 'www-data',
- command => '/usr/lib/lacme/webserver',
+ command => '/usr/libexec/lacme/webserver',
iptables => 'No'
},