nixpkgs/modules/services
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
..
amqp rabbitmq.nix: Set SYS_PREFIX empty so files live in /var 2013-04-19 10:49:46 -04:00
audio Merge hardware.pulseaudio and services.pulseaudio 2013-03-14 23:33:45 +01:00
backup bacula: add ExecReload 2013-05-18 13:29:54 +02:00
databases mysql/mysql55: Log to stderr instead of logfile. 2013-07-14 05:23:46 +02:00
games strip trailing whitespace; no functional change 2011-09-14 18:20:50 +00:00
hardware adding sensor option to thinkfan 2013-05-03 03:28:04 +02:00
logging Don't set $TZ 2013-04-22 18:56:19 +02:00
mail Don't set $TZ 2013-04-22 18:56:19 +02:00
misc Updated disnix to latest 0.3 release 2013-06-27 15:32:49 +02:00
monitoring dd-agent: cleanup, add dogstatsd systemd service 2013-06-29 19:33:44 +02:00
network-filesystems Don't set $TZ 2013-04-22 18:56:19 +02:00
networking openvpn: fix type error 2013-06-04 07:45:58 +02:00
printing Add/fix systemd unit descriptions 2013-01-10 13:59:41 +01:00
scheduling atd: don't enable at daemon by default 2013-06-01 11:39:09 +02:00
security TOR: add obfsproxy support by default for TOR bridges 2013-06-04 13:03:37 +03:00
system nscd: Restart if /etc/hosts changes 2013-06-11 16:15:24 +02:00
torrent transmission: Add apparmor service dependency 2013-05-28 18:00:21 +00:00
ttys agetty: Add 57600 to the baud rate list. 2013-06-14 17:55:37 +02:00
web-servers Start httpd synchronously 2013-07-09 15:08:48 +02:00
x11 Merge branch 'master' into x-updates 2013-05-29 23:32:05 +02:00