From 11fb2bd433c0f2f4aa9705a4d5327b6fab7daa07 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 7 Aug 2018 11:02:00 +0200 Subject: 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) --- src/login/logind.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/login/logind.h') 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 */ -- cgit v1.2.3