Skip to content

Commit

Permalink
docs: document new mount option env var
Browse files Browse the repository at this point in the history
  • Loading branch information
poettering committed Nov 12, 2021
1 parent 6309512 commit db42f01
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/ENVIRONMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -433,3 +433,9 @@ SYSTEMD_HOME_DEBUG_SUFFIX=foo \
SYSTEMD_HOME_RECORD_DIR=/var/lib/systemd/home.foo/ \
/home/lennart/projects/systemd/build/systemd-homed
```

* `$SYSTEMD_HOME_MOUNT_OPTIONS_BTRFS`, `$SYSTEMD_HOME_MOUNT_OPTIONS_EXT4`,
`$SYSTEMD_HOME_MOUNT_OPTIONS_XFS` – configure the default mount options to
use for LUKS home directories, overriding the built-in default mount
options. There's one variable for each of the supported file systems for the
LUKS home directory backend.

0 comments on commit db42f01

Please sign in to comment.