nixpkgs/modules/system
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
..
activation * Define the Upstart package to use in one place. 2009-11-06 09:36:35 +00:00
boot * Use Upstart 0.6. Jobs are now in /etc/init instead of /etc/event.d. 2009-11-06 10:43:38 +00:00
etc * Back out r17946 and 17948 because it doesn't work. I've seen it 2009-10-30 08:37:08 +00:00
upstart * Use Upstart's "export fork" feature to properly detect when a daemon 2009-11-06 15:23:16 +00:00
upstart-events * jobAttrs -> jobs. 2009-10-12 18:09:34 +00:00