Skip to content

Commit 46233bb

Browse files
Merge branch 'jfarmiloe-fix-gitaly-perms' into 'master'
Fix perms on /var/opt/gitlab/gitaly.pid during startup See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7215 Merged-by: Balasankar 'Balu' C <[email protected]> Approved-by: Jason Plum <[email protected]> Approved-by: Balasankar 'Balu' C <[email protected]> Co-authored-by: Justin Farmiloe <[email protected]>
2 parents 511d26c + 6e9da15 commit 46233bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/assets/wrapper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function failed_pg_upgrade() {
1919

2020
function clean_stale_pids() {
2121
# cleanup known pid/socket files
22-
for x in /opt/gitlab/sv /run ; do
22+
for x in /opt/gitlab/sv /run /var/opt/gitlab ; do
2323
# find
2424
# - any (s)ocket or regular (f)ile
2525
# - by the name of "*.pid" or "socket.?"

0 commit comments

Comments
 (0)