decred / dcrpool

decred mining pool
ISC License
31 stars 28 forks source link

harness: Make the harness more Windows friendly. #368

Closed davecgh closed 1 year ago

davecgh commented 1 year ago

Msys automatically transforms paths for executed commands, but it is unable to do that for paths in the config files. This updates all of the paths in the config files to use relative paths instead so they work with the various processes.

It also use the posix compliant shebang for locating bash, adds a new variable to control whether or not the profiling ports are enabled, and disables postgres by default.

davecgh commented 1 year ago

Tested on linux as well to ensure it still works properly there.