chiark / gitweb /
manager: don't garbage collect jobs when isolating, to change global state
[elogind.git] / src / cgroups-agent.c
index 18612eca3c74fa46368dc92573fce4e999fd318f..e0868b6137034f50446f3c5fa0d9370c1841be05 100644 (file)
@@ -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);