From ca0c79c93c0767a3ec732d313662a0732e53dc4d Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sun, 28 Aug 2022 14:49:23 -0700 Subject: [PATCH] Fix duplicate bind path in sample systemd service. --- sample/systemd/borgmatic.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/systemd/borgmatic.service b/sample/systemd/borgmatic.service index 10e22caa8..a07d459e0 100644 --- a/sample/systemd/borgmatic.service +++ b/sample/systemd/borgmatic.service @@ -41,7 +41,7 @@ ProtectSystem=full # ReadOnlyPaths=-/var/lib/my_backup_source # This will mount a tmpfs on top of /root and pass through needed paths # ProtectHome=tmpfs -# BindPaths=-/root/.cache/borg -/root/.cache/borg -/root/.borgmatic +# BindPaths=-/root/.cache/borg -/root/.config/borg -/root/.borgmatic # May interfere with running external programs within borgmatic hooks. CapabilityBoundingSet=CAP_DAC_READ_SEARCH CAP_NET_RAW