From 3996fbe2a2a212d9ac983950602cc09db55d77ef Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 20 Jan 2011 19:43:38 +0100 Subject: dbus: don't try to connect to the system bus before it is actually up --- src/unit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/unit.c') diff --git a/src/unit.c b/src/unit.c index 9dd02676e3..a7e6714c45 100644 --- a/src/unit.c +++ b/src/unit.c @@ -1194,7 +1194,7 @@ void unit_notify(Unit *u, UnitActiveState os, UnitActiveState ns, bool reload_su /* The bus just might have become available, * hence try to connect to it, if we aren't * yet connected. */ - bus_init(u->meta.manager); + bus_init(u->meta.manager, true); if (unit_has_name(u, SPECIAL_SYSLOG_SERVICE)) /* The syslog daemon just might have become -- cgit v1.2.3-54-g00ecf