nixpkgs/modules/services
Eelco Dolstra a395e46192 * Fix the NFS Upstart dependencies. Mountd is now started before
nfsd, as suggested by the nfs-utils README.

  Also, rather than relying on Upstart events (which have all sorts of
  problems, especially if you have jobs that have multiple
  dependencies), we know just let jobs start their on prerequisites.
  That is, nfsd starts mountd in its preStart script; mountd starts
  statd; statd starts portmap.  Likewise, mountall starts statd to
  ensure that it can mount NFS filesystems.  This means that doing
  something like "start nfsd" from the command line will Do The Right
  Thing and start the dependencies of nfsd.

svn path=/nixos/trunk/; revision=33172
2012-03-16 20:10:14 +00:00
..
amqp strip trailing whitespace; no functional change 2011-09-14 18:20:50 +00:00
audio Add mpd module 2011-12-05 01:51:05 +00:00
backup * Drop references to activation scriptlets that no longer exist. 2012-03-15 14:21:17 +00:00
databases mongodb: use the new upstart setuid option 2012-03-04 12:58:09 +00:00
games strip trailing whitespace; no functional change 2011-09-14 18:20:50 +00:00
hardware Applied the patch of James Cook. 2012-02-21 10:02:58 +00:00
logging * Use the ‘path’ attribute in Upstart jobs in more places. It's a bit 2011-11-25 16:32:54 +00:00
mail fix postfix config, missing linebreak 2012-03-11 11:12:02 +00:00
misc * Modularize filesystem support. Filesystems such as btrfs and 2012-03-09 14:37:58 +00:00
monitoring * Don't set DBHost if the database is on localhost, otherwise Zabbix 2012-02-20 13:40:47 +00:00
network-filesystems * Fix the NFS Upstart dependencies. Mountd is now started before 2012-03-16 20:10:14 +00:00
networking * Fix the NFS Upstart dependencies. Mountd is now started before 2012-03-16 20:10:14 +00:00
printing services/printing/cupsd.nix: move the gstoraster.convs file from /etc/cups into the compiled backends directory in the store 2012-03-09 10:24:31 +00:00
scheduling * Use the ‘path’ attribute in Upstart jobs in more places. It's a bit 2011-11-25 16:32:54 +00:00
security frandom: very fast kernel random number generator 2012-02-06 19:14:37 +00:00
system * On second thought, let's not enable user support in Upstart. The 2012-03-04 17:49:00 +00:00
ttys * tty1 needs to be treated specially because of the emergency-shell 2012-03-12 14:42:52 +00:00
web-servers renamed "all-interfaces" to "networking" 2012-03-04 18:44:42 +00:00
x11 * Automatically start VBoxClient-all when the X session starts. This 2012-03-16 01:29:51 +00:00