X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.exec.xml;h=51dcdcd94708ca2cd2f0087c5957b77248cc714c;hp=38b9e06086ad4e3f421c76f8016bc4de711cd5b9;hb=472ff3d64a870dcd767ecf61e07d89d8fb2f272d;hpb=96d4ce01103ebebe9335fb321667043bb620c06b diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 38b9e0608..51dcdcd94 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -728,6 +728,27 @@ it. + + UtmpIdentifier= + + Takes a a four + character identifier string for an + utmp/wtmp entry for this service. This + should only be set for services such + as getty + 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. + +