Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 332 Bytes

File metadata and controls

17 lines (14 loc) · 332 Bytes

taskmaster

Job control daemon in rust

cargo run ./test.conf

you can nc on it:

nc -v localhost 6061

available commands:

  • conf: show available programs from the conf file
  • start $program_name: launch a program
  • ls: list running programs
  • stop $program_name: stop a runing program