goforever
goforever copied to clipboard
Where is the documentation?
Is there any documentation for the config file format?
@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.
Any way to avoid the web server and just run the processes? cc @gwoo
@breerly not currently. The http server is used internally to manage the processes.