summarylogtreecommitdiffstats
path: root/gitlab-unicorn.service
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab-unicorn.service')
-rw-r--r--gitlab-unicorn.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab-unicorn.service b/gitlab-unicorn.service
index dcbbb265f56b..47d064de85e4 100644
--- a/gitlab-unicorn.service
+++ b/gitlab-unicorn.service
@@ -19,7 +19,7 @@ PrivateDevices=true
ProtectSystem=full
ProtectHome=true
NoNewPrivileges=true
-ExecStart=/usr/bin/bundle exec unicorn_rails -c <DATADIR>/config/unicorn.rb -E production
+ExecStart=/usr/bin/bundle-2.3 exec unicorn_rails -c <DATADIR>/config/unicorn.rb -E production
ExecStop=/usr/bin/kill -QUIT $MAINPID
ExecReload=/usr/bin/kill -USR2 $MAINPID
Restart=on-failure