X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Funit.c;fp=src%2Funit.c;h=031e61993de4c46e3aef51e4d4074ed89dabe022;hb=346bce1f4cff0096177c613987cdc80fa4ec134e;hp=e0f4a1bb31706f495ba3fcad5da80470c6efcf71;hpb=af65c248040108830a02860a395f44a186f08495;p=elogind.git diff --git a/src/unit.c b/src/unit.c index e0f4a1bb3..031e61993 100644 --- a/src/unit.c +++ b/src/unit.c @@ -573,7 +573,7 @@ int unit_add_exec_dependencies(Unit *u, ExecContext *c) { * logging daemon is run first. */ if (u->meta.manager->running_as == MANAGER_SYSTEM) - if ((r = unit_add_two_dependencies_by_name(u, UNIT_REQUIRES, UNIT_AFTER, SPECIAL_LOGGER_SOCKET, NULL, true)) < 0) + if ((r = unit_add_two_dependencies_by_name(u, UNIT_REQUIRES, UNIT_AFTER, SPECIAL_STDOUT_SYSLOG_BRIDGE_SOCKET, NULL, true)) < 0) return r; return 0;