ummon-server / ummon-server

Ummon is node.js application for creating, queuing, running and monitoring externally running tasks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expand upon daemon setup with full module - either another or my own

mattmcmanus opened this issue · comments

I was thinking about turning my work on the ummon-server cli into a daemon library but then I found many other libraries doing the same thing.

What if the ummon-server command stays dumb -- all it does is start the server with some options passed in -- and you include an example SysVinit script (like this one) or some possible ways to run ummon-server as a daemon. The point being that there are all kinds of ways to daemonize things and I'd rather not be opinionated about it.

Not happening! Closing this out as we're not doing a full featured cli tool for the server. See #48