Re: [dev] [scron] simple cron daemon

From: Jack L. Frost <fbt_AT_fleshless.org>
Date: Sat, 5 Jul 2014 11:41:00 +0400

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)
Received on Sat Jul 05 2014 - 09:41:00 CEST

This archive was generated by hypermail 2.3.0 : Sat Jul 05 2014 - 09:48:06 CEST