Commit ee267e3c authored by Evan Read's avatar Evan Read Committed by GitLab Release Tools Bot

Merge branch 'pks-gitaly-document-git-exec-path-workaround' into 'master'

doc: Extend Gitaly /tmp workaround to cover Git execution path

See merge request gitlab-org/gitlab!85779

(cherry picked from commit e055f15031e62c9c16c350dce1d2b5dfa2666431)

800c4ffb doc: Extend Gitaly /tmp workaround to cover Git execution path
parent 85145bfa
......@@ -455,7 +455,7 @@ that may remain stuck permanently in a **pending** state.
can override the behavior of `tmpfiles.d` for the Gitaly files and avoid this issue:
```shell
sudo echo "x /tmp/gitaly-hooks-*" > /etc/tmpfiles.d/gitaly-workaround.conf
sudo printf "x /tmp/gitaly-%s-*\n" hooks git-exec-path >/etc/tmpfiles.d/gitaly-workaround.conf
```
### 14.6.0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment