DarthSim / overmind

Process manager for Procfile-based applications and tmux
MIT License
2.78k stars 79 forks source link

Set `PS` env var for each process #156

Closed blaedj closed 4 months ago

blaedj commented 1 year ago

This commit:

Why?

Closes #148

There may be a cleaner way to do this than just manipulating the tmux command, I'm certainly open to any suggestions!

jtwatson commented 1 year ago

@DarthSim This would be a nice feature to get merged! Is there something I can do to help get this merged? Thanks for the awesome tool!

Envek commented 4 months ago

Thanks a lot for the pull request.

I changed place to define the variable to script file that already used to export PORT variable.

Also I renamed variable to PS for compatibility with the original foreman gem (see https://github.com/ddollar/foreman/pull/340)

blaedj commented 4 months ago

Awesome thanks so much!