[Nix-dev] Re: [Nix-commits] SVN commit: nix - 14839 - sandervanderburg - in nixos/trunk: system upstart-jobs

Ludovic Courtès ludo at gnu.org
Fri Apr 3 09:53:35 CEST 2009


Hello!

Sander van der Burg <S.vanderBurg at tudelft.nl> writes:

> +    consolekit = {
> +    
> +      enable = mkOption {
> +        default = false;

I think this kind of thing should be enabled by default if/when it works
well.

> +    job = ''
> +      description "Console Kit Service"
> +
> +      start on dbus
> +      stop on shutdown  
> +          
> +      start script
> +        # !!! quick hack: wait until dbus has started
> +        sleep 3
> +      end script

Ouch!  Isn't "start on dbus" supposed to handle this?

Thanks,
Ludo'.



More information about the nix-dev mailing list