1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
Nix Packages collection & NixOS
Find a file
Bjørn Forsman 0a750e0f39 nixos/munin: change activationScript to preStart script
All activation scripts run in serial upon boot and nixos-rebuild switch
etc., in contrast to preStart which run before a service starts, and can
run in parallel with other services.

The munin(-node) activation script is particularly slow. Change it to a
preStart script so that it can run in parallel with other services and
not slow down boot (or nixos-rebuild switch).

This reduces (repeated) "nixos-rebuild test" time from ~16 seconds to ~8
on my (old) laptop.
2014-07-26 00:31:34 +02:00
doc Manual: html -> xhtml 2014-07-03 12:37:40 +02:00
lib added metainformation for gpodder and mygpoclient 2014-07-21 21:41:27 +02:00
maintainers/scripts
nixos nixos/munin: change activationScript to preStart script 2014-07-26 00:31:34 +02:00
pkgs nixUnstable: Update to 1.8pre3705_71a20d4 2014-07-25 14:51:50 +02:00
.gitignore
.version
COPYING
default.nix
README.md

Nixpkgs is a collection of packages for Nix package manager. Nixpkgs also includes NixOS linux distribution source code.