opnsense-ports/sysutils/pam_xdg/pkg-message
Franco Fichtner 00c6fa1167 */*: sync with upstream
Taken from: FreeBSD
2021-09-23 08:21:18 +02:00

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
}
]