No */n for “every n <unit>”? Pretty much useless without that if you ever need a command to be run every five minutes, for example.
On Wed, Jul 02, 2014 at 12:34:10PM +0300, Ari Malinen 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)