X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcgroups-agent.c;h=7f001e67d125fe5fc59a081e48751644d9b35102;hp=18612eca3c74fa46368dc92573fce4e999fd318f;hb=ee17ee7c5cc22c286f943578918beaa78bbc86db;hpb=91b22f21f3824c1766d34f622c5bbb70cbe881a8 diff --git a/src/cgroups-agent.c b/src/cgroups-agent.c index 18612eca3..7f001e67d 100644 --- a/src/cgroups-agent.c +++ b/src/cgroups-agent.c @@ -43,13 +43,12 @@ int main(int argc, char *argv[]) { log_parse_environment(); log_open(); - /* We send this event to the private D-Bus socket and then the * system instance will forward this to the system bus. We do * this to avoid an activation loop when we start dbus when we * are called when the dbus service is shut down. */ - if (!(bus = dbus_connection_open_private("unix:path=/dev/.run/systemd/private", &error))) { + if (!(bus = dbus_connection_open_private("unix:path=/run/systemd/private", &error))) { #ifndef LEGACY dbus_error_free(&error); @@ -94,7 +93,6 @@ finish: dbus_connection_unref(bus); } - if (m) dbus_message_unref(m);