X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=man%2Flogind.conf.xml;h=4cbfd09cbf26db75774e784917decf6360f4a206;hb=01542056aa0d517bf352e754b550fe125b13c1c7;hp=e9b7118af6c8ea7dfa8ab972966d5701e0fd6cf7;hpb=8c6414be15bac95c34262b73766c64524c25772e;p=thirdparty%2Fsystemd.git diff --git a/man/logind.conf.xml b/man/logind.conf.xml index e9b7118af6c..4cbfd09cbf2 100644 --- a/man/logind.conf.xml +++ b/man/logind.conf.xml @@ -1,42 +1,16 @@ - - - - + + +%entities; +]> + logind.conf systemd - - - - Developer - Lennart - Poettering - lennart@poettering.net - - @@ -60,10 +34,10 @@ Description - These files configure various parameters of the systemd - login manager, - systemd-logind.service8. - + These files configure various parameters of the systemd login manager, + systemd-logind.service8. See + systemd.syntax5 + for a general description of the syntax. @@ -74,7 +48,7 @@ All options are configured in the [Login] section: - + NAutoVTs= @@ -126,7 +100,7 @@ corresponding to the session and all processes inside that scope will be terminated. If false, the scope is "abandoned", see systemd.scope5, - and processes are not killed. Defaults to yes, + and processes are not killed. Defaults to &KILL_USER_PROCESSES;, but see the options KillOnlyUsers= and KillExcludeUsers= below. @@ -175,7 +149,8 @@ kexec, suspend, hibernate, - hybrid-sleep, and + hybrid-sleep, + suspend-then-hibernate, and lock. Defaults to ignore. @@ -206,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= @@ -224,7 +210,8 @@ kexec, suspend, hibernate, - hybrid-sleep, and + hybrid-sleep, + suspend-then-hibernate, and lock. If ignore, logind will never handle these keys. If lock, all running sessions will be @@ -333,17 +320,6 @@ systemd-logind. - - UserTasksMax= - - Sets the maximum number of OS tasks each user may run concurrently. This controls the - TasksMax= setting of the per-user slice unit, see - systemd.resource-control5 - for details. If assigned the special value infinity, no tasks limit is applied. - Defaults to 33%, which equals 10813 with the kernel's defaults on the host, but might be smaller in - OS containers. - - RemoveIPC=