1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/modules
Eelco Dolstra 82c3e2aa50 * Updated poweroff/reboot/maintenance mode for Upstart 0.6. Upstart
no longer emits specific events for those.  Instead it emits a
  "runlevel" event.  The "runlevel" task starts the "shutdown" task to
  perform the desired action.
* Upstart 0.6 no longer has a "shutdown" event, so "stop on shutdown"
  no longer works.  Therefore the shutdown task explicitly stops all
  running Upstart jobs, before sending a TERM/KILL signal to all
  remaining processes.
* Do a "chvt 1" at the start of the shutdown task to switch to the
  console.
* Use /dev/console instead of /dev/tty1, since if somebody is logged
  in on tty1, bad things will happen.

svn path=/nixos/branches/upstart-0.6/; revision=18224
2009-11-06 21:08:06 +00:00
..
config * Define the Upstart package to use in one place. 2009-11-06 09:36:35 +00:00
hardware Adding support for the rt73 usb wifi nic firmware loading. 2009-09-18 20:49:12 +00:00
installer * boor.loader.grub.device can only be defined once. 2009-10-30 11:57:23 +00:00
misc added privoxy nixos module 2009-10-05 15:11:32 +00:00
programs Rename environment.extraPackages to environment.systemPackages. 2009-10-07 17:14:25 +00:00
security * On the CD or on a newly installed system, create the root account 2009-10-15 14:41:59 +00:00
services * Connect Upstart to the system bus. 2009-11-06 15:59:23 +00:00
system * Updated poweroff/reboot/maintenance mode for Upstart 0.6. Upstart 2009-11-06 21:08:06 +00:00
tasks * Updated some more jobs. 2009-11-06 19:20:09 +00:00
testing * jobAttrs -> jobs. 2009-10-12 18:09:34 +00:00
virtualisation * Set the nameserver. 2009-11-06 19:19:46 +00:00
module-list.nix * Updated poweroff/reboot/maintenance mode for Upstart 0.6. Upstart 2009-11-06 21:08:06 +00:00
rename.nix * Update some more modules. 2009-10-12 17:09:38 +00:00