diff options
| -rw-r--r-- | etc/systemd/system/acme.sh.service.d/override.conf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/systemd/system/acme.sh.service.d/override.conf b/etc/systemd/system/acme.sh.service.d/override.conf index d18024e2..bad53fc0 100644 --- a/etc/systemd/system/acme.sh.service.d/override.conf +++ b/etc/systemd/system/acme.sh.service.d/override.conf @@ -5,5 +5,10 @@ # failed", this is the reason why /var/log/nginx is also included. Including # both /etc/nginx and /var/log/nginx is also what I did on old studio laptop, # see config_local_arch_studio repo. +# +# v0.1.3 added `ReadWritePaths=/etc/acme.sh /var/log/acme.sh` so now I don't +# need to add these two, so I choose to keep the original and adding to the +# list. I think if I want to clear the list first, I should do a line of +# `ReadWritePaths=` first. Not tested [Service] -ReadWritePaths=/etc/acme.sh /var/log/acme.sh /etc/postfix /etc/nginx /var/log/nginx +ReadWritePaths=/etc/postfix /etc/nginx /var/log/nginx |
