diff options
Diffstat (limited to 'man/systemd.unit.xml')
-rw-r--r-- | man/systemd.unit.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 35644d38a6..bf91b4eb13 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -264,6 +264,11 @@ <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>%U</literal></entry> + <entry>User uid</entry> + <entry>This is the uid 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> |