1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-27 18:55:09 +03:00

bus: fix symlink to bus proxy socket

This commit is contained in:
Lennart Poettering 2013-12-16 20:39:44 +01:00
parent 821e0756c6
commit 1c5f57c5a7

View 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);