1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/modules/services/logging
Eelco Dolstra 891be375b5 Make unitConfig/serviceConfig attribute sets
So instead of:

  boot.systemd.services."foo".serviceConfig =
    ''
      StartLimitInterval=10
      CPUShare=500
    '';

you can say:

  boot.systemd.services."foo".serviceConfig.StartLimitInterval = 10;
  boot.systemd.services."foo".serviceConfig.CPUShare = 500;

This way all unit options are available and users can set/override
options in configuration.nix.
2012-10-01 16:27:42 -04:00
..
klogd.nix Global replace /var/run/booted-system -> /run/booted-system 2012-07-16 11:34:21 -04:00
logcheck.nix logcheck: make sure directories are writable during merge phase 2012-08-29 22:59:28 +02:00
logrotate.nix I forgot the username in the system cron job for logrotate. So it did not work until now. 2010-05-01 13:23:32 +00:00
logstash.nix Change logstash job startOn attribute to include networking 2012-09-06 12:31:15 +02:00
syslogd.nix Make unitConfig/serviceConfig attribute sets 2012-10-01 16:27:42 -04:00