diff options
author | lassulus <lassulus@lassul.us> | 2017-12-12 18:53:07 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-12-12 18:54:01 +0100 |
commit | 47f3d044e4d8e45168d54dc69368a598330b76ae (patch) | |
tree | 266b6b9bdcb0f939572d849c29b4fca291ab2874 | |
parent | 3a235667ca84cc91974b4aef906e0f9efe900893 (diff) |
krebs.repo-sync: restartIfChanged = false
-rw-r--r-- | krebs/3modules/repo-sync.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/3modules/repo-sync.nix b/krebs/3modules/repo-sync.nix index 0211b31ba..b2e3aa7c5 100644 --- a/krebs/3modules/repo-sync.nix +++ b/krebs/3modules/repo-sync.nix @@ -173,6 +173,7 @@ let REPONAME = "${name}.git"; }; + restartIfChanged = false; serviceConfig = { Type = "simple"; PermissionsStartOnly = true; |