Unix-like process control system that facilitates the monitoring and management of long-running processes.
- auto release when tag on Rust check->build->test->audit->release
- docker image build and publish on dockerhub and in release along with binaries when tag
- parsing of the daemon config file in ini, yaml and json
- parsing of daemon cli
- enabling execution as daemon or not
- succeed make use taskmasterd with supervisorctl
- build core execution of programs and its management (use supervisorctl to run taskmasterd programs)
docker run -p 8080:80 -d <nginx_supervisor>
cargo run --bin taskmasterd -- -c config/d/supervisord.[conf|yaml|json]