We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8612dbb commit 6923dc2Copy full SHA for 6923dc2
README.md
@@ -51,10 +51,10 @@ section must exist.
51
```ini
52
# /etc/systemd/zram-generator.conf
53
[zram1]
54
-mount-point = /var/tmp
+mount-point = /var/compressed
55
```
56
57
-This will set up a /dev/zram1 with ext2 and generate a mount unit for /var/tmp.
+This will set up a /dev/zram1 with ext2 and generate a mount unit for /var/compressed.
58
59
In case you want this path to be user-writable, you can use following
60
"high-quality hack" until `systemd-makefs` provides a proper mechanism to
0 commit comments