nixpkgs/modules/services/databases
aszlig 916d39f5ce
mysql/mysql55: Log to stderr instead of logfile.
This should integrate the logging more tightly into systemd, so for
example "systemctl status mysql" actually gives an overview about what's
actually going on.

This removes the logError option attribute, so in case you still want to
write into a logfile, I've introduced an option called extraOptions, so
you can use something like:

services.mysql*.extraOptions = ''
  log-error = /var/log/mysql_err.log
'';

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-07-14 05:23:46 +02:00
..
4store-endpoint.nix strip trailing whitespace; no functional change 2011-09-14 18:20:50 +00:00
4store.nix strip trailing whitespace; no functional change 2011-09-14 18:20:50 +00:00
memcached.nix memcached: Add more options and extraOptions support 2013-06-23 19:19:51 +01:00
mongodb.nix mongodb: v8 is the default javascript engine now 2013-03-25 08:10:36 +01:00
mysql.nix mysql/mysql55: Log to stderr instead of logfile. 2013-07-14 05:23:46 +02:00
mysql55.nix mysql/mysql55: Log to stderr instead of logfile. 2013-07-14 05:23:46 +02:00
openldap.nix openldap: Adjust to systemd 2013-04-09 22:48:13 +02:00
postgresql.nix Increase PostgreSQL's shutdown timeout to 3 minutes 2013-05-07 15:00:36 +02:00
redis.nix provide a warning on password options that do not follow the read-from-file convention. 2013-07-02 06:04:34 +02:00
virtuoso.nix strip trailing whitespace; no functional change 2011-09-14 18:20:50 +00:00