fritteli / gentoo-overlay

https://gittr.ch/linux/gentoo-overlay
GNU General Public License v2.0
24 stars 7 forks source link

mail_room does not exit #29

Closed g0dsCookie closed 8 years ago

g0dsCookie commented 8 years ago

Hello,

when trying to stop the gitlab service, the mail_room process won't be stopped as shown below.

service gitlab stop

ps axfu | grep [m]ail_room git 12668 22.0 1.5 655652 245752 ? Ssl 20:05 0:09 ruby21 /opt/gitlab/vendor/bundle/ruby/2.1.0/bin/mail_room -q -c /etc/gitlab/mail_room.yml >> /var/log/gitlab/mail_room.log 2>&1

fritteli commented 8 years ago

Thanks for reporting this. Since I haven't set up mail_room for my GitLab instance, I never noticed this. I'll look into it as soon as I find the time. Meanwhile, if you find a solution, I'm happy to accept pull requests :smile:

fritteli commented 8 years ago

Great, thanks for helping me! I merged your pull request, the issue should be fixed for all new installs.