nixpkgs/nixos/modules/services/databases
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
..
4store-endpoint.nix Use the "assertions" option instead of mkAssert 2013-10-30 18:47:44 +01:00
4store.nix Use the "assertions" option instead of mkAssert 2013-10-30 18:47:44 +01:00
firebird.nix firebird.nix: Fix a misplaced } that causes "users" to be outside "config" 2013-10-25 15:52:52 +02:00
memcached.nix Move all of NixOS to nixos/ in preparation of the repository merge 2013-10-10 13:28:20 +02:00
mongodb.nix nixos/mongodb: set static uid to work with #1076 2013-11-07 11:25:14 +01:00
mysql55.nix Remove dependencies on the Nixpkgs location 2013-10-23 20:08:23 +02:00
mysql.nix Remove dependencies on the Nixpkgs location 2013-10-23 20:08:23 +02:00
openldap.nix Added openldap user, group and configure service so its not running as root. 2013-11-28 22:21:50 +01:00
postgresql.nix postgresql: Fix shutdown 2013-12-03 12:04:20 -05:00
redis.nix nixos/redis: log to syslog by default 2013-10-28 18:18:24 +01:00
virtuoso.nix Move all of NixOS to nixos/ in preparation of the repository merge 2013-10-10 13:28:20 +02:00