docs: Mention systemd's ReadWritePaths setting for the backup dir #1447

Open
norm wants to merge 1 commit from norm/continuwuity:docs-backup-read-write-paths into main

1 commit

Author SHA1 Message Date
4a0bbaa594 docs: Mention systemd's ReadWritePaths setting for the backup dir
Some checks failed
Documentation / Build and Deploy Documentation (pull_request) Has been cancelled
Checks / Prek / Pre-commit & Formatting (pull_request) Has been cancelled
Checks / Prek / Clippy and Cargo Tests (pull_request) Has been cancelled
The systemd unit file uses `ProtectSystem=strict`, which makes almost
every directory read-only. This can cause backups to not work, even if
the directory is granted the correct permissions and ownership to the
`conduwuit` user.

The `ReadWritePaths` setting lets you specify which directories are
exempt from being made read-only by `ProtectSystem=strict`.
2026-02-24 16:33:44 -05:00