gitlab-org--gitlab-foss/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
..
background_jobs Update init scripts. 2015-08-19 13:58:07 -07:00
bundle Added executable file permission to binstubs 2014-02-20 12:56:22 +01:00
check Move from script to bin directory. 2014-05-27 17:14:41 +02:00
daemon_with_pidfile Properly daemonize the mail_room process 2015-08-27 16:35:00 +02:00
mail_room Properly daemonize the mail_room process 2015-08-27 16:35:00 +02:00
pkgr_before_precompile.sh Use new way of defining services on packager.io 2015-01-18 17:55:48 +00:00
rails Fix bin/rails binstub 2015-05-20 19:52:08 -04:00
rake Update spring, re-run binstubs 2015-05-20 18:39:33 -04:00
rspec Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
spinach Added executable file permission to binstubs 2014-02-20 12:56:22 +01:00
spring Update spring, re-run binstubs 2015-05-20 18:39:33 -04:00
upgrade.rb Move from script to bin directory. 2014-05-27 17:14:41 +02:00
web Wrap arguments for `[ -z` in double quotes 2014-09-08 14:28:42 +02:00