From: Lennart Poettering Date: Wed, 21 Mar 2018 18:06:59 +0000 (+0100) Subject: logind: drop obsolete comment X-Git-Tag: v239~486^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e743bca2a606a78655c7ca1f5b9e6409e02627ae;p=thirdparty%2Fsystemd.git logind: drop obsolete comment The code matching this comment was removed in a50df72b37ce2a7caf7775c70d18c3f9504b9e80 in 2014, let's drop the comment too. --- diff --git a/src/login/logind-dbus.c b/src/login/logind-dbus.c index 2fa034fe3b2..22116aa2366 100644 --- a/src/login/logind-dbus.c +++ b/src/login/logind-dbus.c @@ -3088,13 +3088,8 @@ int manager_start_scope( return r; } - /* cgroup empty notification is not available in containers - * currently. To make this less problematic, let's shorten the - * stop timeout for sessions, so that we don't wait - * forever. */ - - /* Make sure that the session shells are terminated with - * SIGHUP since bash and friends tend to ignore SIGTERM */ + /* 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); if (r < 0) return r;