diff options
Diffstat (limited to 'src/core/dbus-slice.c')
-rw-r--r-- | src/core/dbus-slice.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/dbus-slice.c b/src/core/dbus-slice.c index db356adf30..3b677792fd 100644 --- a/src/core/dbus-slice.c +++ b/src/core/dbus-slice.c @@ -29,6 +29,7 @@ #define BUS_SLICE_INTERFACE \ " <interface name=\"org.freedesktop.systemd1.Slice\">\n" \ + BUS_CGROUP_CONTEXT_INTERFACE \ " </interface>\n" #define INTROSPECTION \ |