summarylogtreecommitdiffstats
path: root/gitlab-unicorn.service
diff options
context:
space:
mode:
authorSergey Shatunov2017-01-16 23:35:02 +0700
committerSergey Shatunov2017-01-16 23:35:02 +0700
commit8ab58b99be848c6725c76584567fa005847824ea (patch)
tree88d618655f4304def4d312257d8fc8cc9bc097c0 /gitlab-unicorn.service
parent97a7d45fdf0886aeb2666ecd9ab4685dce546a9e (diff)
downloadaur-8ab58b99be848c6725c76584567fa005847824ea.tar.gz
Update to ruby2.3 packages
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