From: Adrian Heine né Lang Date: Tue, 14 Mar 2017 21:42:18 +0000 (+0100) Subject: man: Document when pam_systemd sets XDG_RUNTIME_DIR (#5570) X-Git-Tag: v234~371 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5c50321ca9c660dac39976ab29ed2f28f872628d;p=thirdparty%2Fsystemd.git man: Document when pam_systemd sets XDG_RUNTIME_DIR (#5570) https://github.com/systemd/systemd/blob/f97b34a6/src/login/pam_systemd.c#L439 --- diff --git a/man/pam_systemd.xml b/man/pam_systemd.xml index 6e1aa0dd9a6..cef5445c1ce 100644 --- a/man/pam_systemd.xml +++ b/man/pam_systemd.xml @@ -88,7 +88,7 @@ and so will the user's slice unit. If the last concurrent session of a user ends, - the $XDG_RUNTIME_DIR directory and all its + the user runtime directory /run/user/$UID and all its contents are removed, too. @@ -192,7 +192,8 @@ offers the greatest possible file system feature set the operating system provides. For further details, see the XDG - Base Directory Specification. + Base Directory Specification. $XDG_RUNTIME_DIR + is not set if the current user is not the original user of the session.