From 43458bda468e69b21c29a0bad93064136759c898 Mon Sep 17 00:00:00 2001 From: aspeteRakete Date: Thu, 18 Jul 2019 21:46:00 +0200 Subject: [PATCH] Updated systemd caddy.service (#2620) According to https://github.com/systemd/systemd/blob/v241/NEWS#L2799 The Directive ReadWriteDirectories= has been renamed to ReadWritePaths= in 241. --- dist/init/linux-systemd/caddy.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/init/linux-systemd/caddy.service b/dist/init/linux-systemd/caddy.service index 61b70b1f3..292970509 100644 --- a/dist/init/linux-systemd/caddy.service +++ b/dist/init/linux-systemd/caddy.service @@ -38,7 +38,7 @@ ProtectHome=true ProtectSystem=full ; … except /etc/ssl/caddy, because we want Letsencrypt-certificates there. ; This merely retains r/w access rights, it does not add any new. Must still be writable on the host! -ReadWriteDirectories=/etc/ssl/caddy +ReadWritePaths=/etc/ssl/caddy ; The following additional security directives only work with systemd v229 or later. ; They further restrict privileges that can be gained by caddy. Uncomment if you like.