diff options
author | makefu <github@syntax-fehler.de> | 2015-11-13 12:24:43 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-11-13 12:24:43 +0100 |
commit | 383d8750236d58e9b7932a0c88a1245f95824045 (patch) | |
tree | 47dc795b81036c4e774cdadc459f582ee328f6e8 /krebs | |
parent | 525dff002e7fe360b0c9803f1004ad2c8749c319 (diff) |
tinc_graphs: always restart
Diffstat (limited to 'krebs')
-rw-r--r-- | krebs/3modules/tinc_graphs.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/3modules/tinc_graphs.nix b/krebs/3modules/tinc_graphs.nix index e415d20ab..20aa385a9 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 |