scron

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

commit 1bb8551e57aedadbaa280573c19ed45964b03278
parent 0e20e9f2b236e5497b64ac4ddf49aa490d4a3760
Author: Ari Malinen <ari.malinen@gmail.com>
Date:   Thu, 12 Jun 2014 21:20:56 +0300

switched daemon() and system() to fork(), improved timing

Diffstat:
Mdcron.conf | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dcron.conf b/dcron.conf @@ -1,3 +1,3 @@ # 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