瀏覽代碼

Fix duplicate bind path in sample systemd service.

Dan Helfman 2 年之前
父節點
當前提交
ca0c79c93c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sample/systemd/borgmatic.service

+ 1 - 1
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