From aefccec2778fbaf72a34f4a34afcd3a60f2e8ce0 Mon Sep 17 00:00:00 2001 From: g0dsCookie Date: Sat, 2 Jan 2016 21:59:57 +0100 Subject: [PATCH] Fixes issue "mail_room does not exit #29" --- www-apps/gitlab-ce/files/gitlab-unicorn-8.2.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $?