[Nix-dev] Re: [Nix-commits] SVN commit: nix - 19002 - viric - nixos/trunk/modules/services/system
Lluís Batlle
viriketo at gmail.com
Wed Dec 16 20:57:39 CET 2009
Btw, I commited this without seeing any change in the upstart behaviour.
But as I read that in the code, I preferred to commit this.
2009/12/16 Llus Batlle <viriketo at gmail.com>:
> Author: viric
> Date: 2009-12-16 19:45:11 +0000 (Wed, 16 Dec 2009)
> New Revision: 19002
>
> You can view the changes in this commit at:
> https://svn.nixos.org/viewvc/nix?rev=19002&view=rev
>
> Modified:
> nixos/trunk/modules/services/system/dbus.nix
>
> Log:
> Upstart considers that syslog is ready (runs openlog())
> after the connection to dbus worked.
> So I set dbus depend also on syslogd.
>
> Changes:
>
> Modified: nixos/trunk/modules/services/system/dbus.nix
> ===================================================================
> --- nixos/trunk/modules/services/system/dbus.nix 2009-12-16 19:45:00 UTC (rev 19001)
> +++ nixos/trunk/modules/services/system/dbus.nix 2009-12-16 19:45:11 UTC (rev 19002)
> @@ -113,7 +113,7 @@
> };
>
> jobs.dbus =
> - { startOn = "started udev";
> + { startOn = "started udev and started syslogd";
>
> preStart =
> ''
>
> _______________________________________________
> nix-commits mailing list
> nix-commits at cs.uu.nl
> http://mail.cs.uu.nl/mailman/listinfo/nix-commits
>
More information about the nix-dev
mailing list