/example.conf

http://github.com/jamwt/Angel · Config · 17 lines · 15 code · 2 blank · 0 comment · 0 complexity · 806ee7741cebce94a27eb2f97e703819 MD5 · raw file

  1. watch-date {
  2. exec = "watch date"
  3. }
  4. ls {
  5. directory = "/home/jamie/bump/server"
  6. exec = "ls"
  7. stdout = "/tmp/ls_log_$(USER)"
  8. stderr = "/tmp/ls_log_$(USER)"
  9. delay = 7
  10. }
  11. workers {
  12. directory = "/path/to/worker"
  13. exec = "run_worker"
  14. count = 30
  15. }