Fixes issue "mail_room does not exit #29"
This commit is contained in:
parent
4d1e3cadc3
commit
aefccec277
1 changed files with 1 additions and 1 deletions
|
@ -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 $?
|
||||
|
|
Loading…
Reference in a new issue