Bladeren bron

Add comment about systemd service setting that may interfere with external commands in hooks (#492).

Dan Helfman 3 jaren geleden
bovenliggende
commit
bb0716421d
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  1. 1 0
      sample/systemd/borgmatic.service

+ 1 - 0
sample/systemd/borgmatic.service

@@ -43,6 +43,7 @@ ProtectSystem=full
 # ProtectHome=tmpfs
 # ProtectHome=tmpfs
 # BindPaths=-/root/.cache/borg -/root/.cache/borg -/root/.borgmatic
 # BindPaths=-/root/.cache/borg -/root/.cache/borg -/root/.borgmatic
 
 
+# May interfere with running external programs within borgmatic hooks.
 CapabilityBoundingSet=CAP_DAC_READ_SEARCH CAP_NET_RAW
 CapabilityBoundingSet=CAP_DAC_READ_SEARCH CAP_NET_RAW
 
 
 # Lower CPU and I/O priority.
 # Lower CPU and I/O priority.