Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 313 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 313 Bytes

pm2-daemon-watcher

pm2 daemon watcher is a little tool that waits until pm2 daemon exits (whether it is a normal exit or it is killed by exception or by operating system).

It is helpful if your server has a daemon starting process that want a blocking process and otherwise restarts process.