Files
gitlabhq/bin
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
..
2015-08-19 13:58:07 -07:00
2014-05-27 17:14:41 +02:00
2015-05-20 19:52:08 -04:00
2015-05-20 18:39:33 -04:00
2015-02-12 19:17:35 +01:00
2015-05-20 18:39:33 -04:00
2014-05-27 17:14:41 +02:00
2014-09-08 14:28:42 +02:00