mirror of
https://github.com/systemd/systemd.git
synced 2024-10-30 14:55:37 +03:00
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:
parent
bc2b6332a2
commit
e743bca2a6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user