From 72fe750db09b1b2172eddb3beb62f84259b742bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Sun, 9 May 2021 17:26:27 +0200 Subject: [PATCH] Update the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2846ab9..cf95ca8 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ However, if you are concerned with safety, you should create a dedicated user fo * Will my services be able to read both the private key and the certificate? * Will the ACMEd user be able to execute the hooks? -The last one could be achieved using either sudo or Polkit. +The last one could be achieved using either sudo or Polkit (see the `contrib/polkit` directory). ### Why is there no option to run ACMEd as a specific user or group? @@ -194,7 +194,7 @@ The reason some services has such an option is because at startup they may have ### How can I run ACMEd with systemd? -An example service file is provided (see `contrib/systemd/acmed.service`). The file might need adjustments in order to work on your system (e.g. binary path, user, group, directories...), but it's probably a good starting point. +The `contrib/systemd` contains examples of a service file as well as a `sysusers.d` and a `tmpfiles.d` file. Those files might need adjustments in order to work on your system (e.g. paths, user, group,...), but it's probably a good starting point. ### Does ACMEd uses any threading or parallelization?