On July 2, 2014 5:34:10 AM EDT, Ari Malinen <ari.mali...@gmail.com> wrote: >I made cron daemon because vixie-cron was too complex for my taste. It >does the job for me. Maybe someone finds use for it. > >features: >schedule tasks >single daemon, config and initscript >log job output: command &>> /var/log/cron.log >run as different user: su -c 'command' user >log to stdout and syslog >no mail support > >crontab syntax: >value: * (wildcard), 30 (number) or 1-5 (range) >separator: \t (tab)
Sounds neat! Where can we find it?