Commit Graph

8 Commits

Author SHA1 Message Date
GitLab Bot e6a54b33a9 Add latest changes from gitlab-org/gitlab@master 2021-11-09 15:12:42 +00:00
GitLab Bot b808458daa Add latest changes from gitlab-org/gitlab@master 2021-11-09 12:12:15 +00:00
GitLab Bot ce27ba9f6c Add latest changes from gitlab-org/gitlab@master 2020-10-29 18:09:11 +00:00
GitLab Bot 4dfd78cb55 Add latest changes from gitlab-org/gitlab@master 2020-10-29 15:09:12 +00:00
GitLab Bot e56fd47150 Add latest changes from gitlab-org/gitlab@master 2020-02-29 00:07:44 +00:00
Jacob Vosmaer 1081a322f1 Properly daemonize the mail_room process
The old invocation only worked by accident because we have a '&'
somewhere in the init script for expediency. When ran from a terminal,
the mail_room daemon process ended up in the session of the terminal.
This commit adds a small wrapper that tries to do the textbook
daemonization steps (double fork, setsid etc.) while also taking
care that the pidfile is written before the 'start' process exits.
2015-08-27 16:35:00 +02:00
Douwe Maan c50e5e68c7 Fix bin/mail_room. 2015-08-19 14:27:47 -07:00
Douwe Maan f3b57ce677 Update init scripts. 2015-08-19 13:58:07 -07:00