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:
parent
0ca7619e62
commit
4e8270f695
@ -113,7 +113,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
jobs.dbus =
|
jobs.dbus =
|
||||||
{ startOn = "started udev";
|
{ startOn = "started udev and started syslogd";
|
||||||
|
|
||||||
preStart =
|
preStart =
|
||||||
''
|
''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user