/example.conf
http://github.com/jamwt/Angel · Config · 17 lines · 15 code · 2 blank · 0 comment · 0 complexity · 806ee7741cebce94a27eb2f97e703819 MD5 · raw file
- watch-date {
- exec = "watch date"
- }
- ls {
- directory = "/home/jamie/bump/server"
- exec = "ls"
- stdout = "/tmp/ls_log_$(USER)"
- stderr = "/tmp/ls_log_$(USER)"
- delay = 7
- }
- workers {
- directory = "/path/to/worker"
- exec = "run_worker"
- count = 30
- }