max-mapper / monu

menubar process monitor mac app [ALPHA]
https://github.com/maxogden/monu/releases
BSD 2-Clause "Simplified" License
1.11k stars 74 forks source link

nginx isn't supported #37

Open unreadablename opened 8 years ago

unreadablename commented 8 years ago

after starting nginx, Monu shows that nginx is dead, but nginx is working

marcbachmann commented 8 years ago

What configuration did you use? deamons aren't supported. The process has to keep running in the foreground.

on nginx, you should be able to use the configuration master_process off to get it working. http://nginx.org/en/docs/faq/daemon_master_process_off.html