chiark / gitweb /
bus: fix symlink to bus proxy socket
[elogind.git] / src / dbus1-generator / dbus1-generator.c
index e86fc6e56aef2392a95d1961cf16848b91640d64..b0e49bc052735021839177a87b7cd3e93898063c 100644 (file)
@@ -267,7 +267,7 @@ static int link_busnames_target(const char *units) {
 static int link_compatibility(const char *units) {
         const char *f, *t;
 
-        f = strappenda(units, "/systemd-socket-proxy.socket");
+        f = strappenda(units, "/systemd-bus-proxyd.socket");
         t = strappenda(arg_dest, "/" SPECIAL_DBUS_SOCKET);
 
         mkdir_parents_label(t, 0755);