From 4e8270f695f38fe0058681225dd1571f6d5dda2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Wed, 16 Dec 2009 19:45:11 +0000 Subject: [PATCH] Upstart considers that syslog is ready (runs openlog()) after the connection to dbus worked. So I set dbus depend also on syslogd. svn path=/nixos/trunk/; revision=19002 --- modules/services/system/dbus.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/system/dbus.nix b/modules/services/system/dbus.nix index b0c8dc66ae50..6dbee3e6a04f 100644 --- a/modules/services/system/dbus.nix +++ b/modules/services/system/dbus.nix @@ -113,7 +113,7 @@ in }; jobs.dbus = - { startOn = "started udev"; + { startOn = "started udev and started syslogd"; preStart = ''