gitlab: link tmp/ directory to writable path

This commit is contained in:
Markus Mueller
2017-10-16 14:58:02 +02:00
committed by Franz Pletz
parent f250015ea3
commit 60b0db0e08
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -581,6 +581,7 @@ in {
mkdir -p ${cfg.statePath}/{log,uploads}
ln -sf ${cfg.statePath}/log /run/gitlab/log
ln -sf ${cfg.statePath}/uploads /run/gitlab/uploads
ln -sf ${cfg.statePath}/tmp /run/gitlab/tmp
chown -R ${cfg.user}:${cfg.group} /run/gitlab
# Prepare home directory