summaryrefslogtreecommitdiff
path: root/src/unit.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-01-05 21:39:08 +0100
committerLennart Poettering <lennart@poettering.net>2012-01-05 21:39:08 +0100
commit54fe0cdbe313558a712a15dc3bc516a46c1f7b6e (patch)
tree3d0272b030a3ea79a39a038aa7b187542ff5469e /src/unit.c
parent33eb8abfa51d5bffbf8819215fafdd1123a4a8c0 (diff)
execute: talk directly to the journald, instead to the stdout-syslog-bridge
Diffstat (limited to 'src/unit.c')
-rw-r--r--src/unit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unit.c b/src/unit.c
index 3191071ae2..b31b92fc24 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_STDOUT_SYSLOG_BRIDGE_SOCKET, NULL, true)) < 0)
+ if ((r = unit_add_two_dependencies_by_name(u, UNIT_REQUIRES, UNIT_AFTER, SPECIAL_JOURNALD_SOCKET, NULL, true)) < 0)
return r;
return 0;