From 597f9e8597c95ac9e4cba1689322c433bb0c9a75 Mon Sep 17 00:00:00 2001
From: makefu <github@syntax-fehler.de>
Date: Thu, 3 Dec 2015 20:39:29 +0100
Subject: [PATCH] k 3 tinc_graphs: add timeout

---
 krebs/3modules/tinc_graphs.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/krebs/3modules/tinc_graphs.nix b/krebs/3modules/tinc_graphs.nix
index 20aa385a9..ba81dd416 100644
--- a/krebs/3modules/tinc_graphs.nix
+++ b/krebs/3modules/tinc_graphs.nix
@@ -91,6 +91,7 @@ let
       restartIfChanged = true;
       serviceConfig = {
         Type = "simple";
+        TimeoutSec = 300; # we will wait 5 minutes, kill otherwise
         restart = "always";
 
         ExecStartPre = pkgs.writeScript "tinc_graphs-init" ''
@@ -103,7 +104,6 @@ let
             cp -fr "$(${pkgs.tinc_graphs}/bin/tincstats-static-dir)/external/." "${external_dir}"
           fi
         '';
-
         ExecStart = "${pkgs.tinc_graphs}/bin/all-the-graphs";
 
         ExecStartPost = pkgs.writeScript "tinc_graphs-post" ''