goforever
goforever copied to clipboard
Keep processes running. Start, Stop, Restart a process via cli or http interface.
Currently the http server is used to manage processes internally. Would be nice to remove this requirement if possible.
When specifying multiple processes it is often desirable to ask a second process not to start until the first process has "booted up". Make sense?
Some parts of this tool i would like to make more general use of. So I removed everything and starting making it into just a simple library for managing processes...
Is there any documentation for the config file format?
Trying to run goforever fails if it is not in the current working directory. ``` goforever failed. fork/exec goforever: no such file or directory ```