1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-28 20:25:25 +03:00

core/dbus: properly export cgroup properties on sockets

https://bugs.freedesktop.org/show_bug.cgi?id=65945
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2013-06-19 18:09:54 -04:00
parent 422fa6500a
commit c25b1ee6cd

View File

@ -205,7 +205,7 @@ DBusHandlerResult bus_socket_message_handler(Unit *u, DBusConnection *c, DBusMes
{ "org.freedesktop.systemd1.Socket", bus_socket_properties, s },
{ "org.freedesktop.systemd1.Socket", bus_exec_context_properties, &s->exec_context },
{ "org.freedesktop.systemd1.Socket", bus_kill_context_properties, &s->kill_context },
{ "org.freedesktop.systemd1.Socket", bus_unit_properties, u },
{ "org.freedesktop.systemd1.Socket", bus_unit_cgroup_properties, u },
{ NULL, }
};