diff options
| -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 | 
