foreman
foreman copied to clipboard
Manage Procfile-based applications
This is https://github.com/ddollar/foreman/pull/723 but rebased against master today. Credit to @davishmcclurg for suggesting those changes in the first place. >Some processes are getting orphaned when running Foreman with JRuby. >Creating...
Was looking for a solution to #656 and decided to give it a go. Specs still needed, and its 2am just now so further refinement may be necessary. The intent...
…able Useful to support puma phazed_restart
Make the `--color=false` option, work properly. The `--no-color` feature appears to be not be working properly, I have more work to do here. But this is a simplified fix. Interestingly...
There could be environment variables with a "+" (e.g. a public key). The + should not get escaped, else the content of the environment variable is wrong. I did the...
Some processes are getting orphaned when running Foreman with JRuby. Creating a new pgroup allows them all to be killed together. I believe the issue is related to how JRuby...
this seems like a useful addition - YMMV
# Problem We're using formeman in a project, and one of our users had trouble getting (the script that calls) foreman to start properly. It seems the problem was the...
I've added options to configure the log entries for the systemd configuration. I overwrote the export defaults in the SystemD class, to keep the behaviour of writing to syslog the...
- inherit environment variables from runtime environment in `run` and `start`, but not `export` - prefer variables defined in runtime environment over those in `.env` or via `-e` - fixes...