lf- b37bbca521 nixos/modules: fix systemd start rate-limits
These were broken since 2016:
f0367da7d1
since StartLimitIntervalSec got moved into [Unit] from [Service].
StartLimitBurst has also been moved accordingly, so let's fix that one
too.

NixOS systems have been producing logs such as:
/nix/store/wf98r55aszi1bkmln1lvdbp7znsfr70i-unit-caddy.service/caddy.service:31:
Unknown key name 'StartLimitIntervalSec' in section 'Service', ignoring.

I have also removed some unnecessary duplication in units disabling
rate limiting since setting either interval or burst to zero disables it
(ad16158c10/src/basic/ratelimit.c (L16))
2020-10-31 01:35:56 -07:00
..
2020-06-22 13:58:34 +02:00
2019-06-07 13:02:51 +02:00
2020-08-18 07:59:48 +10:00
2020-02-09 21:55:27 +01:00
2020-02-09 21:55:27 +01:00
2020-09-09 22:18:20 -07:00
2020-09-09 22:18:20 -07:00
2020-01-31 20:39:12 -05:00
2019-11-18 14:52:47 +01:00
2019-04-29 14:05:50 +02:00
2019-10-28 21:34:55 +01:00
2020-08-13 19:51:30 +02:00
2019-09-08 23:38:31 +00:00
2020-08-17 12:15:16 +02:00
2019-11-03 17:24:08 +01:00
2019-10-12 22:25:28 +02:00
2020-01-31 20:39:12 -05:00