Fixes issue "mail_room does not exit #29"

This commit is contained in:
g0dsCookie 2016-01-02 22:01:04 +01:00
parent aefccec277
commit d72b98434f

View file

@ -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 $?