diff --git a/www-apps/gitlab-ce/files/gitlab-unicorn-8.2.init b/www-apps/gitlab-ce/files/gitlab-unicorn-8.2.init index abc8909..1366316 100644 --- a/www-apps/gitlab-ce/files/gitlab-unicorn-8.2.init +++ b/www-apps/gitlab-ce/files/gitlab-unicorn-8.2.init @@ -66,7 +66,7 @@ start() { --background --quiet \ --chdir "${gitlab_base}" \ --user=${gitlab_user} \ - --pidfile="${mail_room_pidfile}" \ + --pidfile="${mail_room_pidfile}" -m \ --env RAILS_ENV=${rails_env} \ --exec ${mail_room_command} -- ${mail_room_command_args} eend $?