Michael Handler <[EMAIL PROTECTED]> writes:
> Someone wrote:
> 
> > Wishlist:  a djb replacement for Vixie cron.
> 
> Posit: he already has.
> 
> user@hypothetical$ cat /service/logrotate/run
> #!/bin/sh
> 
> <logrotation commands>
> exec /bin/sleep 86400

Nothing hypothetical about it.  I have been running a couple of
frequently used services like that for about a year.

  $ cat /var/service/adm-exec/run
  #!/bin/sh
  
  /usr/local/admdb/adm-exec 2>&1
  exec sleep 300

It's not a replacement for cron jobs that need to run at a specified
time of day, but I find it handy for jobs that need to run regularly
and reliably.

-- 
Frank Cringle,      [EMAIL PROTECTED]
voice: (+49 7745) 928759; fax: 928761

Reply via email to