Skip to content

Commit 6e9da15

Browse files
jfarmiloe-rgbbalasankarc
authored andcommitted
Fix perms on /var/opt/gitlab/gitaly.pid during Docker startup
1 parent c1ddc99 commit 6e9da15

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)