goforever icon indicating copy to clipboard operation
goforever copied to clipboard

Where is the documentation?

Open d11wtq opened this issue 11 years ago • 3 comments

Is there any documentation for the config file format?

d11wtq avatar Jun 25 '14 05:06 d11wtq

@d11wtq https://github.com/gwoo/goforever/blob/master/goforever.toml Shows all the config options. Hopefully they are mostly self explanatory. Some more detail: respawn is the number of times to try to restart the program. delay will pause for the given duration before respawning ping will check the process at the given interval.

Hope this helps.

gwoo avatar Jun 27 '14 03:06 gwoo

Any way to avoid the web server and just run the processes? cc @gwoo

HelloGrayson avatar Sep 29 '14 14:09 HelloGrayson

@breerly not currently. The http server is used internally to manage the processes.

gwoo avatar Sep 29 '14 17:09 gwoo