Skip to content
Snippets Groups Projects
Commit ee267e3c authored by Evan Read's avatar Evan Read Committed by GitLab Release Tools Bot
Browse files

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 e055f150)

800c4ffb doc: Extend Gitaly /tmp workaround to cover Git execution path
parent 85145bfa
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment