* 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:
parent
3e5912833d
commit
530c96761a
|
@ -116,7 +116,7 @@ in
|
|||
jobs = singleton
|
||||
{ name = "dbus";
|
||||
|
||||
startOn = "startup";
|
||||
startOn = "udev";
|
||||
stopOn = "shutdown";
|
||||
|
||||
preStart =
|
||||
|
|
Loading…
Reference in New Issue