3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/modules/services/hardware
Eelco Dolstra 903e92bde6 * Use Upstart's "export fork" feature to properly detect when a daemon
is "ready".  This prevents ugly race conditions, e.g. HAL failing to
  start because dbus hasn't finished starting yet.
* Support post-start scripts.  These are executed after the job's main
  process has started but before the job's "started" event is
  emitted.  For instance, the udev job uses this to perform "udevadm
  trigger / settle" to create all devices.  Previously this had to be
  done in the pre-start script, so the daemon had to started in the
  pre-start script as well.

svn path=/nixos/branches/upstart-0.6/; revision=18211
2009-11-06 15:23:16 +00:00
..
acpid.nix * jobAttrs -> jobs. 2009-10-12 18:09:34 +00:00
bluetooth.nix * Start bluetoothd from udev. 2009-09-28 16:37:46 +00:00
hal.nix * Use Upstart's "export fork" feature to properly detect when a daemon 2009-11-06 15:23:16 +00:00
udev.nix * Use Upstart's "export fork" feature to properly detect when a daemon 2009-11-06 15:23:16 +00:00