nixpkgs/modules/services
Eelco Dolstra dbadf6e9c2 * Use mountall to mount all filesystems and activate all swap devices
during boot.  Mountall ensures that these are done in the right
  order.  It's informed by udev about devices becoming available.  It
  emits some Upstart events upon reaching certain states, in
  particular ‘local-filesystems’ after all local filesystems have been
  mounted successfully, ‘remote-filesystems’ after all network
  filesystems have been mounted, and ‘filesystem’ (sic) when all
  filesystems have been mounted.

  Currently, if a filesystem fails to mount or doesn't exist, then the
  mingettys won't start and the boot will appear to hang.  This is
  because mountall doesn't emit an event for failing filesystems and
  waits indefinitely for the filesystems to become available.

* The ‘filesystems’ and ‘swap’ Upstart jobs are gone.  (Support for
  encrypted swap devices is temporarily gone.)
  
* Generate a proper /etc/fstab from the ‘fileSystems’ and
  ‘swapDevices’ options.

svn path=/nixos/branches/boot-order/; revision=22148
2010-06-04 14:22:11 +00:00
..
audio Implemented enableOSSEmulation option, which can be used to disable OSS emulation. On my home PC OSS emulation gives me a lot of annoying problems 2010-03-03 14:01:13 +00:00
backup * mysql-backup: option for which user to use for performing backups 2009-12-14 17:57:37 +00:00
databases postgresql: allow adding plugins ot $libdir 2010-05-09 20:42:00 +00:00
hardware * Don't use klibc in the initrd. It's simpler (and slightly smaller) 2010-06-01 15:53:24 +00:00
logging I forgot the username in the system cron job for logrotate. So it did not work until now. 2010-05-01 13:23:32 +00:00
mail Making postfix properly start on boot. 2010-04-13 22:47:34 +00:00
misc * Use the shadow' package instead of pwdutils', `pam_login' and 2010-06-02 21:10:48 +00:00
monitoring * Remove `stopOn = "shutdown"' which doesn't work. 2010-06-02 16:05:09 +00:00
network-filesystems Fixing the mountd nfs upstart script (about /etc/exports and its contents) 2010-05-08 19:02:54 +00:00
networking * Remove some `stopOn = "ip-down"' declarations since they probably 2010-06-02 16:19:48 +00:00
printing * Fix https printing (the symlink to ipp was broken). 2010-05-18 15:19:52 +00:00
scheduling * atd's postStop action should be unnecessary. 2010-06-01 20:42:33 +00:00
security Renaming the tor services lowercase. 2010-05-16 22:22:34 +00:00
system Adding an option to disable nscd. 2009-12-16 20:51:25 +00:00
ttys * Use mountall to mount all filesystems and activate all swap devices 2010-06-04 14:22:11 +00:00
web-servers Making the httpd prefork basic settings configurable. 2010-04-21 20:55:57 +00:00
x11 * Log the standard output/error of Upstart jobs to 2010-06-01 19:44:23 +00:00