summaryrefslogtreecommitdiffstats
path: root/krebs/3modules/repo-sync.nix
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2017-12-12 18:53:07 +0100
committerlassulus <lassulus@lassul.us>2017-12-12 18:54:01 +0100
commit47f3d044e4d8e45168d54dc69368a598330b76ae (patch)
tree266b6b9bdcb0f939572d849c29b4fca291ab2874 /krebs/3modules/repo-sync.nix
parent3a235667ca84cc91974b4aef906e0f9efe900893 (diff)
krebs.repo-sync: restartIfChanged = false
Diffstat (limited to 'krebs/3modules/repo-sync.nix')
-rw-r--r--krebs/3modules/repo-sync.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/3modules/repo-sync.nix b/krebs/3modules/repo-sync.nix
index 0211b31b..b2e3aa7c 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;