X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Felogind.conf.xml;h=268e6d822663cd107f22377e94369e662dedb458;hb=c5bb60b5fcde6082ed7e591f94f5dee62a23e4e0;hp=b6392a6930a6a7445dc30643d68de0fe97593676;hpb=1cfc78c91965df340cdde100ad6cb3ed50b28927;p=elogind.git diff --git a/man/elogind.conf.xml b/man/elogind.conf.xml index b6392a693..268e6d822 100644 --- a/man/elogind.conf.xml +++ b/man/elogind.conf.xml @@ -3,25 +3,26 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> - + elogind.conf elogind @@ -43,7 +44,6 @@ elogind.conf - elogind.conf.d Login manager configuration files @@ -56,6 +56,7 @@ These files configure various parameters of the elogind login manager, + elogind-logind.service8. @@ -69,6 +70,48 @@ + + NAutoVTs= + + Takes a positive integer. Configures how many + virtual terminals (VTs) to allocate by default that, when + switched to and are previously unused, + autovt services are automatically spawned + on. These services are instantiated from the template unit + autovt@.service for the respective VT TTY + name, for example, autovt@tty4.service. + By default, autovt@.service is linked to + getty@.service. In other words, login + prompts are started dynamically as the user switches to unused + virtual terminals. Hence, this parameter controls how many + login gettys are available on the VTs. If a + VT is already used by some other subsystem (for example, a + graphical login), this kind of activation will not be + attempted. Note that the VT configured in + ReserveVT= is always subject to this kind + of activation, even if it is not one of the VTs configured + with the NAutoVTs= directive. Defaults to + 6. When set to 0, automatic spawning of + autovt services is + disabled. + + + + ReserveVT= + + Takes a positive integer. Identifies one + virtual terminal that shall unconditionally be reserved for + autovt@.service activation (see above). + The VT selected with this option will be marked busy + unconditionally, so that no other subsystem will allocate it. + This functionality is useful to ensure that, regardless of how + many VTs are allocated by other subsystems, one login + getty is always available. Defaults to 6 + (in other words, there will always be a + getty available on Alt-F6.). When set to 0, + VT reservation is disabled. + + KillUserProcesses= @@ -253,7 +296,10 @@ See Also + elogind1, + elogind-logind.service8, loginctl1, + elogind-system.conf5