summaryrefslogtreecommitdiffstats
path: root/krebs/3modules/tinc_graphs.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-11-13 12:24:43 +0100
committermakefu <github@syntax-fehler.de>2015-11-13 12:24:43 +0100
commit383d8750236d58e9b7932a0c88a1245f95824045 (patch)
tree47dc795b81036c4e774cdadc459f582ee328f6e8 /krebs/3modules/tinc_graphs.nix
parent525dff002e7fe360b0c9803f1004ad2c8749c319 (diff)
tinc_graphs: always restart
Diffstat (limited to 'krebs/3modules/tinc_graphs.nix')
-rw-r--r--krebs/3modules/tinc_graphs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/3modules/tinc_graphs.nix b/krebs/3modules/tinc_graphs.nix
index e415d20a..20aa385a 100644
--- a/krebs/3modules/tinc_graphs.nix
+++ b/krebs/3modules/tinc_graphs.nix
@@ -89,9 +89,9 @@ let
};
restartIfChanged = true;
-
serviceConfig = {
Type = "simple";
+ restart = "always";
ExecStartPre = pkgs.writeScript "tinc_graphs-init" ''
#!/bin/sh