nixpkgs/modules/services
Eelco Dolstra 9600035e02 * Don't use "starting" events because they basically don't work - they
cause restarting of jobs to hang indefinitely because the required
  "start on" condition never triggers.

  For instance, after "stop nfs-kernel-nfsd", "start nfs-kernel-nfsd"
  will hang until we do "stop portmap; start portmap".  This is due to
  the "starting nfs-kernel-nfsd and started portmap" condition in
  the nfs-kernel-mountd job.  Apparently, because portmap is already
  running, the condition "started portmap" never happens because no
  event is emitted.

svn path=/nixos/trunk/; revision=22562
2010-07-12 15:14:26 +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 / MySQL: depend on the "filesystem" event. 2010-06-13 20:59:49 +00:00
hardware * Make acpid depend on syslogd (to prevent it printing startup 2010-07-09 12:35:06 +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 * Sync with the trunk. 2010-06-20 20:54:31 +00:00
misc reverting -r22286 2010-06-21 14:17:19 +00:00
monitoring * Remove `stopOn = "shutdown"' which doesn't work. 2010-06-02 16:05:09 +00:00
network-filesystems * Don't use "starting" events because they basically don't work - they 2010-07-12 15:14:26 +00:00
networking * Typos. 2010-07-08 16:21:55 +00:00
printing * Sync with the trunk. 2010-06-20 20:54:31 +00:00
scheduling * atd's postStop action should be unnecessary. 2010-06-01 20:42:33 +00:00
security Improved the TOR service to be able to act as a TOR relay and disable the client functionality. Doesn't change the behavior of the existing TOR configurations. 2010-07-12 06:03:52 +00:00
system Adding an option to disable nscd. 2009-12-16 20:51:25 +00:00
ttys * If mountall fails to mount all filesystems, start an emergency shell 2010-06-07 12:15:55 +00:00
web-servers * Idem. 2010-07-08 15:54:10 +00:00
x11 * Use config.system.build.grub rather than pkgs.grub to get the right 2010-07-05 14:33:11 +00:00