krebs.repo-sync: restartIfChanged = false

This commit is contained in:
lassulus 2017-12-12 18:53:07 +01:00
parent 3a235667ca
commit 47f3d044e4

View File

@ -173,6 +173,7 @@ let
REPONAME = "${name}.git"; REPONAME = "${name}.git";
}; };
restartIfChanged = false;
serviceConfig = { serviceConfig = {
Type = "simple"; Type = "simple";
PermissionsStartOnly = true; PermissionsStartOnly = true;