X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=man%2Flogind.conf.xml;h=81b870c46fec431da7e4d50b35ecd8e98db07945;hb=6b222c4b0227f9914446ac54754aea867f742be4;hp=a35faf15c53cea0a8b3dc2bee711720410b98d58;hpb=385f3a0d8dcb4ebf2834dcaf06a3692128ee11d8;p=thirdparty%2Fsystemd.git diff --git a/man/logind.conf.xml b/man/logind.conf.xml index a35faf15c53..81b870c46fe 100644 --- a/man/logind.conf.xml +++ b/man/logind.conf.xml @@ -1,32 +1,16 @@ - - + %entities; ]> - - + logind.conf systemd - - - - Developer - Lennart - Poettering - lennart@poettering.net - - @@ -52,7 +36,7 @@ These files configure various parameters of the systemd login manager, systemd-logind.service8. See - systemd.syntax5 + systemd.syntax7 for a general description of the syntax. @@ -62,9 +46,9 @@ Options All options are configured in the - [Login] section: + [Login] section: - + NAutoVTs= @@ -197,6 +181,17 @@ 5. + + UserStopDelaySec= + + Specifies how long to keep the user record and per-user service + user@.service around for a user after they logged out fully. If set to zero, the per-user + service is terminated immediately when the last session of the user has ended. If this option is configured to + non-zero rapid logout/login cycles are sped up, as the user's service manager is not constantly restarted. If + set to infinity the per-user service for a user is never terminated again after first login, + and continues to run until system shutdown. Defaults to 10s. + + HandlePowerKey= HandleSuspendKey= @@ -282,7 +277,7 @@ HoldoffTimeoutSec= - Specifies the timeout after system startup or + Specifies a period of time after system startup or system resume in which systemd will hold off on reacting to lid events. This is required for the system to properly detect any hotplugged devices so systemd can ignore lid events @@ -309,6 +304,19 @@ memory as is needed. + + RuntimeDirectoryInodesMax= + + Sets the limit on number of inodes for the + $XDG_RUNTIME_DIR runtime directory for each + user who logs in. Takes a number, optionally suffixed with the + usual K, G, M, and T suffixes, to the base 1024 (IEC). + Defaults to RuntimeDirectorySize= divided + by 4096. Note that this size is a safety limit only. + As each runtime directory is a tmpfs file system, it will + only consume as much memory as is needed. + + InhibitorsMax=