4fa95f2e21
PR: 258663
15 lines
402 B
Text
15 lines
402 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
Read pam_xdg(8) manpage for instructions how to configure PAM.
|
|
|
|
XDG_RUNTIME_DIR on Wayland maybe used as a fallback for anonymous
|
|
shared memory. For better performance and to avoid posix_fallocate(2)
|
|
issues on ZFS moving the directory under tmpfs(5) is recommended:
|
|
|
|
# echo "none /var/run/user tmpfs rw" >>/etc/fstab
|
|
# mkdir -p /var/run/user
|
|
# mount -a
|
|
EOM
|
|
}
|
|
]
|