Skip to content

Commit 6923dc2

Browse files
Suggest /var/compressed instead of /var/tmp in README
This doesn't require hacking the mount unit, at least (and /var/tmp must be persistent across boots) Ref: #113
1 parent 8612dbb commit 6923dc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ section must exist.
5151
```ini
5252
# /etc/systemd/zram-generator.conf
5353
[zram1]
54-
mount-point = /var/tmp
54+
mount-point = /var/compressed
5555
```
5656

57-
This will set up a /dev/zram1 with ext2 and generate a mount unit for /var/tmp.
57+
This will set up a /dev/zram1 with ext2 and generate a mount unit for /var/compressed.
5858

5959
In case you want this path to be user-writable, you can use following
6060
"high-quality hack" until `systemd-makefs` provides a proper mechanism to

0 commit comments

Comments
 (0)