X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.unit.xml;h=286862006a9ab503027085e679a97f9eed3f668a;hp=3fd76f3020b0e0a85a12df0ab89ed41df6d9d5ed;hb=97f4e8875088ff34da535864afa0054f24071cd5;hpb=7f2cddae09fd2579ae24434df577bb5e5a157d86 diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 3fd76f302..286862006 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -44,7 +44,7 @@ systemd.unit - systemd unit configuration files + Unit configuration @@ -258,6 +258,21 @@ Runtime socket dir This is either /run (for the system manager) or $XDG_RUNTIME_DIR (for user managers). + + %u + User name + This is the name of the configured user of the unit, or (if none is set) the user running the systemd instance. + + + %h + User home directory + This is the home directory of the configured user of the unit, or (if none is set) the user running the systemd instance. + + + %s + User shell + This is the shell of the configured user of the unit, or (if none is set) the user running the systemd instance. +