diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-10-08 16:06:23 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-08 16:07:50 +0200 |
commit | 169c1bda807d183a362b47efe0b5b56e9320e430 (patch) | |
tree | 9fb56b5009f9842de0364e2fa598598e58e7f0e5 /man/systemd.exec.xml | |
parent | 926e43013353ed8bee614a3dc35dd0da69cdc59f (diff) |
service: optionally, create INIT_PROCESS/DEAD_PROCESS entries for a service
This should fix accounting for pam_limits and suchlike.
https://bugzilla.redhat.com/show_bug.cgi?id=636036
Diffstat (limited to 'man/systemd.exec.xml')
-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> |