diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-02-06 19:04:51 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-02-07 15:14:36 +0100 |
commit | a50df72b37ce2a7caf7775c70d18c3f9504b9e80 (patch) | |
tree | d454e3b18b607e67ce9677fe76bc97f7a4d90455 | |
parent | 5ba6985b6c8ef85a8bcfeb1b65239c863436e75b (diff) |
logind: given that we can now relatively safely shutdown sessions copes
without working cgroup empty notifications there's no need to set the
stop timeout of sessions scopes low
-rw-r--r-- | src/login/logind-dbus.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/login/logind-dbus.c b/src/login/logind-dbus.c index 40885557c1..642ba07f2e 100644 --- a/src/login/logind-dbus.c +++ b/src/login/logind-dbus.c @@ -2228,10 +2228,6 @@ int manager_start_scope( * stop timeout for sessions, so that we don't wait * forever. */ - r = sd_bus_message_append(m, "(sv)", "TimeoutStopUSec", "t", 500 * USEC_PER_MSEC); - if (r < 0) - return r; - /* Make sure that the session shells are terminated with * SIGHUP since bash and friends tend to ignore SIGTERM */ r = sd_bus_message_append(m, "(sv)", "SendSIGHUP", "b", true); |