summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-03-21 19:06:59 +0100
committerSven Eden <yamakuzure@gmx.net>2018-08-24 16:47:08 +0200
commit19c181d02326ea6ec5530983ce7d17f2e455492d (patch)
treebd7615be4231b27c2d07122b739d95526bc2e3b2
parent70b58a244cb03c3bbd4261e6e5bd32f52a55ce08 (diff)
logind: drop obsolete comment
The code matching this comment was removed in a50df72b37ce2a7caf7775c70d18c3f9504b9e80 in 2014, let's drop the comment too.
-rw-r--r--src/login/logind-dbus.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/login/logind-dbus.c b/src/login/logind-dbus.c
index 9844787ed..00a6a1e7b 100644
--- a/src/login/logind-dbus.c
+++ b/src/login/logind-dbus.c
@@ -3247,13 +3247,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;