Silly nixpkgs mirror, totally harmless :3
916d39f5ce
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> |
||
---|---|---|
doc | ||
gui | ||
lib | ||
maintainers | ||
modules | ||
tests | ||
.gitignore | ||
.version | ||
COPYING | ||
default.nix | ||
README | ||
release-combined.nix | ||
release.nix |
*** NixOS *** NixOS is a Linux distribution based on the purely functional package management system Nix. More information can be found at http://nixos.org/nixos and in the manual in doc/manual.