chiark / gitweb /
logind: drop obsolete comment
authorLennart Poettering <lennart@poettering.net>
Wed, 21 Mar 2018 18:06:59 +0000 (19:06 +0100)
committerSven Eden <yamakuzure@gmx.net>
Fri, 24 Aug 2018 14:47:08 +0000 (16:47 +0200)
The code matching this comment was removed in
a50df72b37ce2a7caf7775c70d18c3f9504b9e80 in 2014, let's drop the comment
too.

src/login/logind-dbus.c

index 9844787ed5c31db37e6fa101d08a14306fb83510..00a6a1e7b0ebfea81c98ba85f17abdd4233564b6 100644 (file)
@@ -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;