diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.exec.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 38b9e06086..51dcdcd947 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -728,6 +728,27 @@ it.</para></listitem> </varlistentry> + <varlistentry> + <term><varname>UtmpIdentifier=</varname></term> + + <listitem><para>Takes a a four + character identifier string for an + utmp/wtmp entry for this service. This + should only be set for services such + as <command>getty</command> + implementations where utmp/wtmp + entries must be created and cleared + before and after execution. If the + configured string is longer than four + characters it is truncated and the + terminal four characters are + used. This setting interprets %I style + string replacements. This setting is + unset by default, i.e. no utmp/wtmp + entries are created or cleaned up for + this service.</para></listitem> + </varlistentry> + </variablelist> </refsect1> |