scron

simple cron daemon
git clone git://git.2f30.org/scron
Log | Files | Refs | README | LICENSE

commit 522f38dfa17e3bf5d49920d855d662cfc40d36e3
parent 1bb8551e57aedadbaa280573c19ed45964b03278
Author: Ari Malinen <ari.malinen@gmail.com>
Date:   Thu, 12 Jun 2014 21:23:24 +0300

small fix

Diffstat:
MREADME | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README b/README @@ -12,5 +12,5 @@ usage: dcron [options] config: # tm_min, tm_hour, tm_mday, tm_mon, tm_wday, command -10 6 * * * exec updatedb -20 6 * * * exec mandb --quiet +0 5 * * * exec updatedb +9 5 * * * exec mandb --quiet