From c0832c7ccb72b0cb9c590556da46359f8c609277 Mon Sep 17 00:00:00 2001 From: Yves Dubromelle Date: Sun, 22 Jan 2017 19:07:16 +0100 Subject: [PATCH] =?UTF-8?q?munin:=20augmentation=20du=20lelais=20de=20time?= =?UTF-8?q?out=20pour=20le=20d=C3=A9marrage=20du=20daemon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/service-monitoring.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/public/service-monitoring.nix b/public/service-monitoring.nix index 407c607..a467fe2 100644 --- a/public/service-monitoring.nix +++ b/public/service-monitoring.nix @@ -20,6 +20,7 @@ mkIf true { services.munin-node = { enable = true; }; + systemd.services.munin-node.serviceConfig.TimeoutStartSec = "3min"; ## Munin server -- generate /var/www/munin services.munin-cron = {