diff options
author | Adrian Heine né Lang <mail@adrianheine.de> | 2017-03-14 22:42:18 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-03-14 22:42:18 +0100 |
commit | 5c50321ca9c660dac39976ab29ed2f28f872628d (patch) | |
tree | 38ef892d55a9cfae7a5f45db8d5cf2791c7a9593 /man/pam_systemd.xml | |
parent | machinectl: don't return 1 in case we couldn't figure out container IP addres... (diff) | |
download | systemd-5c50321ca9c660dac39976ab29ed2f28f872628d.tar.xz systemd-5c50321ca9c660dac39976ab29ed2f28f872628d.zip |
man: Document when pam_systemd sets XDG_RUNTIME_DIR (#5570)
https://github.com/systemd/systemd/blob/f97b34a6/src/login/pam_systemd.c#L439
Diffstat (limited to '')
-rw-r--r-- | man/pam_systemd.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/pam_systemd.xml b/man/pam_systemd.xml index 6e1aa0dd9a..cef5445c1c 100644 --- a/man/pam_systemd.xml +++ b/man/pam_systemd.xml @@ -88,7 +88,7 @@ and so will the user's slice unit.</para></listitem> <listitem><para>If the last concurrent session of a user ends, - the <varname>$XDG_RUNTIME_DIR</varname> directory and all its + the user runtime directory <filename>/run/user/$UID</filename> and all its contents are removed, too.</para></listitem> </orderedlist> @@ -192,7 +192,8 @@ offers the greatest possible file system feature set the operating system provides. For further details, see the <ulink url="http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html">XDG - Base Directory Specification</ulink>.</para></listitem> + Base Directory Specification</ulink>. <varname>$XDG_RUNTIME_DIR</varname> + is not set if the current user is not the original user of the session.</para></listitem> </varlistentry> </variablelist> |