aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pam_xdg/pkg-message
blob: d45ab26f46b5bdef5b8f2b145c933a63dd64d520 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[
{ 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
}
]