1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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
This commit is contained in:
Lluís Batlle i Rossell 2009-12-16 19:45:11 +00:00
parent 0ca7619e62
commit 4e8270f695

View file

@ -113,7 +113,7 @@ in
};
jobs.dbus =
{ startOn = "started udev";
{ startOn = "started udev and started syslogd";
preStart =
''