From b2bafc521e2db53a4163906bb67d885fc4079bb0 Mon Sep 17 00:00:00 2001 From: Benedikt Ziemons Date: Sun, 28 Nov 2021 10:13:38 +0100 Subject: [PATCH] Add log rate limiting --- pod@.service | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pod@.service b/pod@.service index ccf7554..d6ab75e 100644 --- a/pod@.service +++ b/pod@.service @@ -16,9 +16,11 @@ ExecStart=/usr/local/bin/podlaunch %i ExecReload=/usr/bin/podman pod kill --signal HUP %i_pod Restart=always RestartSec=20s -TimeoutStartSec=2min +TimeoutStartSec=3min TimeoutStopSec=1min SendSIGKILL=no +LogRateLimitIntervalSec=1h +LogRateLimitBurst=1800 [Install] WantedBy=multi-user.target default.target