diff options
| author | Xiao Pan <xyz@flylightning.xyz> | 2026-03-02 14:31:58 +0000 |
|---|---|---|
| committer | Xiao Pan <xyz@flylightning.xyz> | 2026-03-02 14:31:58 +0000 |
| commit | b5cbbe42b09e9bd5936ba476027856c9a699f9ff (patch) | |
| tree | a6bb33ad3fd4ebbcd3d70397303ab500d4912526 /etc | |
| parent | 1282894871f610d98f1a85c5c0dde15d322f3f21 (diff) | |
consider acme.sh-systemd new version changesca
Diffstat (limited to 'etc')
| -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 |
