summaryrefslogtreecommitdiff
path: root/src/login/logind.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-08-07 11:02:00 +0200
committerSven Eden <sven.eden@prydeworx.com>2018-10-29 10:18:37 +0100
commit11fb2bd433c0f2f4aa9705a4d5327b6fab7daa07 (patch)
treecf4ebca308e39e535471d5c929d90bdc00321ad3 /src/login/logind.h
parent9af0f5ff67079c4ae90ad7084ef003307a69d10e (diff)
logind: optionally, keep the user@.service instance for eached logged in user around for a while
This should speed up rapid logout/login cycles a bit. By default this timeout is now set to 10s. Fixes: #8410 Replaces: #4434 (cherry picked from commit 9afe9efb9340588db553950727a2a9672dc3db24)
Diffstat (limited to 'src/login/logind.h')
-rw-r--r--src/login/logind.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/login/logind.h b/src/login/logind.h
index e11d3327d..5b9e22b9b 100644
--- a/src/login/logind.h
+++ b/src/login/logind.h
@@ -93,6 +93,7 @@ struct Manager {
Hashmap *user_units;
usec_t inhibit_delay_max;
+ usec_t user_stop_delay;
/* If an action is currently being executed or is delayed,
* this is != 0 and encodes what is being done */