user/gitlab-foss: enable build

This commit is contained in:
Antoine Martin 2024-06-03 10:31:21 -04:00
parent 684c44bc00
commit cc7154fe54
2 changed files with 8 additions and 6 deletions

View file

@ -77,6 +77,11 @@ start_pre() {
if [ -n "$downloads_path" ]; then
checkpath -d -m 700 -o $command_user -q "$downloads_path"
fi
checkpath --directory --owner $command_user --mode 0775 \
/var/tmp/gitlab/downloads \
/var/tmp/gitlab/backups
}
reload() {