diff options
Diffstat (limited to 'man')
-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 3236bfa741..4a2e9c3bf9 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -268,6 +268,11 @@ <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> + <row> + <entry><literal>%s</literal></entry> + <entry>User shell</entry> + <entry>This is the shell of the configured user of the unit, or (if none is set) the user running the systemd instance.</entry> + </row> </tbody> </tgroup> </table> |