added a interval period

This commit is contained in:
Johannes Findeisen 2013-05-27 00:09:23 +02:00
commit 239ba8b6e7

View file

@ -148,12 +148,20 @@
"hour": "*",
"minute": "5",
"second": "",
"comment": "All day all night... every five minutes!"
"comment": "Cron Job"
},
"do_every_x_times" : {
"days": "*",
"weeks": "*",
"hours": "*",
"minutes": "5",
"seconds": "",
"comment": "Interval Job"
},
"next_christmas" : {
"date": "2013-12-24 20:00:00"
"date": "2013-12-24 20:00:00",
"comment": "Date Job"
}
},
"hosts":
{