* Start dbus after udev. Otherwise ConsoleKit may or may not

recognise X logins as active sessions (i.e. ck-list-sessions will
  show "active = FALSE", and the user doesn't get ownership of
  devices).  I guess console-kit-daemon (which is started by dbus)
  needs some device in /dev to exist.

svn path=/nixos/trunk/; revision=17428
This commit is contained in:
Eelco Dolstra 2009-09-25 20:41:15 +00:00
parent 3e5912833d
commit 530c96761a
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ in
jobs = singleton
{ name = "dbus";
startOn = "startup";
startOn = "udev";
stopOn = "shutdown";
preStart =