gitlab: 14.1.2 -> 14.2.1

(cherry picked from commit 99387372d5af951fa7ab1cad970b7bef83b6b91c)
This commit is contained in:
talyz
2021-08-28 16:03:12 +02:00
committed by Yuka
parent 7d46ea4c96
commit 2572e2550a
14 changed files with 263 additions and 320 deletions
+2 -1
View File
@@ -117,6 +117,7 @@ let
shared.path = "${cfg.statePath}/shared";
gitaly.client_path = "${cfg.packages.gitaly}/bin";
backup = {
gitaly_backup_path = "${cfg.packages.gitaly}/bin/gitaly-backup";
path = cfg.backup.path;
keep_time = cfg.backup.keepTime;
} // (optionalAttrs (cfg.backup.uploadOptions != {}) {
@@ -1193,7 +1194,7 @@ in {
Restart = "on-failure";
WorkingDirectory = gitlabEnv.HOME;
ExecStart =
"${cfg.packages.gitlab-workhorse}/bin/gitlab-workhorse "
"${cfg.packages.gitlab-workhorse}/bin/workhorse "
+ "-listenUmask 0 "
+ "-listenNetwork unix "
+ "-listenAddr /run/gitlab/gitlab-workhorse.socket "