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 780fa6b98fa9..f242593796dc 100644
--- a/gitlab-unicorn.service
+++ b/gitlab-unicorn.service
@@ -22,7 +22,7 @@ ProtectSystem=full
ProtectHome=true
NoNewPrivileges=true
-ExecStart=/usr/bin/bundle-2.1 exec "unicorn_rails -c <DATADIR>/config/unicorn.rb -E production"
+ExecStart=/usr/bin/bundle-2.1 exec unicorn_rails -c <DATADIR>/config/unicorn.rb -E production
ExecStop=/usr/bin/kill -QUIT $MAINPID
ExecReload=/usr/bin/kill -USR2 $MAINPID