diff options
author | Daniel Wallace <danielwallace@gtmanfred.com> | 2012-12-07 00:01:15 -0500 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-12-19 17:36:24 +0100 |
commit | 067d851d30386c553e3a84f59d81d003ff638b91 (patch) | |
tree | e15bc44448236b8dd15cf0c448be6af063a261ce /man/systemd.unit.xml | |
parent | 490b7e47093d491a2bdb1084fe92b796f4e07eef (diff) |
unit: add %U for uids in units
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> |