nixpkgs/modules/system
Eelco Dolstra 362d1389d3 * mountall: make the "console output" Upstart stanza do its work. We
were redirecting output to /var/log/upstart/<job>, so it didn't work
  properly.
* mountall-ip-up: send the USR1 signal to the mountall process by
  looking up its PID, rather than doing "pkill -USR1 mountall".  This
  prevents a very subtle race condition where USR1 is delivered to a
  child process of mountall (such as fsck), if pkill sees the child
  just before its execve().  There is actually still a race condition
  because mountall installs its USR1 handler *after* daemonising, so
  mountall-ip-up could accidentally kill mountall.  Should report this
  to upstream.

svn path=/nixos/trunk/; revision=33236
2012-03-18 17:48:19 +00:00
..
activation * Use the --quiet flag. 2012-03-18 02:36:44 +00:00
boot * Move the implementation of boot.kernelModules to udev's postStart. 2012-03-18 14:03:42 +00:00
etc Reverting revisions 30103-30106: "always set nixpkgs.config.{state,store}Dir", etc. 2011-10-30 15:19:58 +00:00
upstart * mountall: make the "console output" Upstart stanza do its work. We 2012-03-18 17:48:19 +00:00
upstart-events modules/system/upstart-events/shutdown.nix: refer to bash binary with full path 2011-12-30 16:57:39 +00:00