nixpkgs/modules
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
..
config time.timeZone: Set the TZ environment variable, which is used by Java. 2013-06-29 18:43:38 +02:00
hardware Adding support of the Intel 2230 wireless card to nixos 2013-01-30 20:51:49 +01:00
installer Ensure that "nixos-rebuild" works in the VirtualBox VM 2013-07-03 14:19:43 +02:00
misc Add chrony service 2013-05-23 02:07:49 +00:00
profiles Fix the sshd check in the rebuildCD test 2013-07-09 16:12:34 +02:00
programs provide a warning on password options that do not follow the read-from-file convention. 2013-07-02 06:04:34 +02:00
security Merge pull request #173 from wizeman/apparmor-service 2013-05-28 16:46:30 -07:00
services mysql/mysql55: Log to stderr instead of logfile. 2013-07-14 05:23:46 +02:00
system grub: Add mdadm to search path. 2013-07-08 14:29:37 +02:00
tasks systemd-vconsole-setup: Add missing wantedBy 2013-07-09 17:23:27 +02:00
testing modules/testing/minimal-kernel: linuxPackagesFor no longer takes a 'self' argument 2013-03-02 09:10:58 -05:00
virtualisation Bump the amount of memory for VirtualBox image generation 2013-07-11 13:18:51 +02:00
module-list.nix Merge pull request #185 from ocharles/memcached 2013-07-01 03:00:45 -07:00
rename.nix rename.nix: Remove annoying traces 2013-02-21 14:43:02 -05:00