Fix duplicate bind path in sample systemd service.
This commit is contained in:
parent
87c97b7568
commit
ca0c79c93c
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ ProtectSystem=full
|
||||||
# ReadOnlyPaths=-/var/lib/my_backup_source
|
# ReadOnlyPaths=-/var/lib/my_backup_source
|
||||||
# This will mount a tmpfs on top of /root and pass through needed paths
|
# This will mount a tmpfs on top of /root and pass through needed paths
|
||||||
# ProtectHome=tmpfs
|
# 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.
|
# 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
|
||||||
|
|
Loading…
Reference in a new issue