X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcgroups-agent.c;h=e0868b6137034f50446f3c5fa0d9370c1841be05;hb=4fe60156fc45e34c7bcba4779123e15620532dff;hp=18612eca3c74fa46368dc92573fce4e999fd318f;hpb=91b22f21f3824c1766d34f622c5bbb70cbe881a8;p=elogind.git diff --git a/src/cgroups-agent.c b/src/cgroups-agent.c index 18612eca3..e0868b613 100644 --- a/src/cgroups-agent.c +++ b/src/cgroups-agent.c @@ -49,7 +49,7 @@ int main(int argc, char *argv[]) { * 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);