]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/dbus.c
core: fix cgroups-agent match for kdbus
authorDavid Herrmann <dh.herrmann@gmail.com>
Wed, 11 Mar 2015 15:35:21 +0000 (16:35 +0100)
committerDavid Herrmann <dh.herrmann@gmail.com>
Wed, 11 Mar 2015 15:36:41 +0000 (16:36 +0100)
commitf5b51ea7fcb0b6380c3ceb4d4f3f22f647c6fd32
treee5d7fc557473acb5794d1b62243e8e013d83a63b
parent39881ed299a39ad331262c75d9e627e6ffb848eb
core: fix cgroups-agent match for kdbus

On kdbus, we get cgroups-agent messages via the system bus, not the
private systemd socket. Therefore, we must install the match properly or
we will never receive cgroup notifications.
src/core/dbus.c