logind: drop obsolete comment

The code matching this comment was removed in
a50df72b37 in 2014, let's drop the comment
too.
This commit is contained in:
Lennart Poettering 2018-03-21 19:06:59 +01:00
parent bc2b6332a2
commit e743bca2a6

View file

@ -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;