nixpkgs/nixos/modules
Eelco Dolstra 7809134e29 postgresql: Fix shutdown
Postgres was taking a long time to shutdown.  This is because we were
sending SIGINT to all processes, apparently confusing the autovacuum
launcher.  Instead it should only be sent to the main process (which
takes care of shutting down the others).

The downside is that systemd will also send the final SIGKILL only to
the main process, so other processes in the cgroup may be left behind.
There should be an option for this...
2013-12-03 12:04:20 -05:00
..
config Disable various services when running inside a container 2013-11-26 18:19:45 +01:00
hardware Add some primops to lib 2013-11-12 13:48:30 +01:00
installer Put /efi and /loader on the main livecd partition for efi booting with unetbootin 2013-11-14 18:18:46 -05:00
misc Added openldap user, group and configure service so its not running as root. 2013-11-28 22:21:50 +01:00
profiles Hack to work around the lack of isPath 2013-10-28 22:45:57 +01:00
programs nixos: capitalize a bunch of service descriptions 2013-11-09 20:45:50 +01:00
security polkit: Add some examples 2013-11-18 18:04:17 +01:00
services postgresql: Fix shutdown 2013-12-03 12:04:20 -05:00
system Fix passing of kernel parameters 2013-12-02 11:56:58 -05:00
tasks Disable various services when running inside a container 2013-11-26 18:19:45 +01:00
testing Allow running NixOS services outside of systemd 2013-11-18 18:04:17 +01:00
virtualisation nixos/libvirtd-service: fix for garbage collected emulator paths 2013-11-27 23:09:57 +01:00
module-list.nix Add support for lightweight NixOS containers 2013-11-27 17:14:10 +01:00
rename.nix Drop environment.x11Packages 2013-10-30 18:47:43 +01:00