/example.conf
Config | 17 lines | 15 code | 2 blank | 0 comment | 0 complexity | 806ee7741cebce94a27eb2f97e703819 MD5 | raw file
1watch-date { 2 exec = "watch date" 3} 4 5ls { 6 directory = "/home/jamie/bump/server" 7 exec = "ls" 8 stdout = "/tmp/ls_log_$(USER)" 9 stderr = "/tmp/ls_log_$(USER)" 10 delay = 7 11} 12 13workers { 14 directory = "/path/to/worker" 15 exec = "run_worker" 16 count = 30 17}