diff options
author | makefu <github@syntax-fehler.de> | 2015-11-15 20:18:35 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-11-15 20:18:35 +0100 |
commit | dcf55255e6b6cf216f493c28adad1909edf18d3d (patch) | |
tree | c10b716282e97507002d4764225d568911d7b4b1 /krebs/3modules/tinc_graphs.nix | |
parent | 773a67a983cbe1928da6c524db24a25229a6f5fe (diff) | |
parent | e0ae8c1a3fe333de8a14b04b4a7e2dd01163b727 (diff) |
Merge branch 'master' of pnp:stockholm
Diffstat (limited to 'krebs/3modules/tinc_graphs.nix')
-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 |