chiark / gitweb /
unit: printf specifiers %u and %h: $USER and $HOME.
[elogind.git] / man / systemd.unit.xml
index 3fd76f3020b0e0a85a12df0ab89ed41df6d9d5ed..3236bfa7416f07670294827c0984ba6df5df9f6f 100644 (file)
                         <entry>Runtime socket dir</entry>
                         <entry>This is either /run (for the system manager) or $XDG_RUNTIME_DIR (for user managers).</entry>
                       </row>
+                      <row>
+                        <entry><literal>%u</literal></entry>
+                        <entry>User name</entry>
+                        <entry>This is the name of the configured user of the unit, or (if none is set) the user running the systemd instance.</entry>
+                      </row>
+                      <row>
+                        <entry><literal>%h</literal></entry>
+                        <entry>User home directory</entry>
+                        <entry>This is the home directory of the configured user of the unit, or (if none is set) the user running the systemd instance.</entry>
+                      </row>
                     </tbody>
                   </tgroup>
                 </table>