summaryrefslogtreecommitdiffstats
path: root/krebs/2configs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2019-07-08 00:58:38 +0200
committermakefu <github@syntax-fehler.de>2019-07-08 01:04:59 +0200
commit7ca133e90b565e0cd97fe447b3bd4872d11a22a8 (patch)
tree398ed675386b62e823b2adb1cdf0d88ebac12618 /krebs/2configs
parentf4ec0418f2ed9a513a9056af8f7458d760760a44 (diff)
shack/gitlab-runner: do not restart service on change
Diffstat (limited to 'krebs/2configs')
-rw-r--r--krebs/2configs/shack/gitlab-runner.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/krebs/2configs/shack/gitlab-runner.nix b/krebs/2configs/shack/gitlab-runner.nix
index f1bb94f3..501dc47e 100644
--- a/krebs/2configs/shack/gitlab-runner.nix
+++ b/krebs/2configs/shack/gitlab-runner.nix
@@ -19,6 +19,7 @@ in
# CI_SERVER_URL=<CI server URL>
# REGISTRATION_TOKEN=<registration secret>
registrationConfigFile = <secrets/shackspace-gitlab-ci>;
- gracefulTermination = true;
+ #gracefulTermination = true;
};
+ systemd.services.gitlab-runner2.restartIfChanged = false;
}