chiark / gitweb /
Prep v231.2: login/elogind.c: Remove bus_forward_agent_released()
authorSven Eden <yamakuzure@gmx.net>
Tue, 20 Jun 2017 04:48:14 +0000 (06:48 +0200)
committerSven Eden <yamakuzure@gmx.net>
Tue, 20 Jun 2017 04:48:14 +0000 (06:48 +0200)
commit7f72c07c5a325307ae00fc6759912e096d2c8c82
tree065811d23414b0333100a310cc46cb3b605403c9
parent82f3d47ca95b6a662c2a75e61e9e014a1e3866f7
Prep v231.2: login/elogind.c: Remove bus_forward_agent_released()

This method is called from a systemd manager that is the system
instance to inform all user instances of systemd about the pending
cgroup release.

elogind on the other hand is always there just once. And the release
of cgroups is handled by the local cgroups manager, which should be
provided by the running init system.

Even if there is no cgroup management, so elogind sets itself up as
a small cgroups manager itself, there aren't any user instances that
could react on the forwarding anyway.
src/basic/cgroup-util.c
src/login/elogind.c