1
0
Fork 0
mirror of https://github.com/yavook/kiwi-cron.git synced 2024-11-25 00:43:00 +00:00
kiwi-cron/README.md

781 B

kiwi-cron

Build Status

kiwi - simple, consistent, powerful

Simple cron-jobs for kiwi-scp

Quick start

kiwi-cron comes with a pre-loaded cron daemon for periodic jobs. Just drop your executables into the relevant directory under /etc/periodic/ and that's it.

  • /etc/periodic/5min -- is run every 5 minutes
  • /etc/periodic/15min -- is run every 15 minutes
  • /etc/periodic/hourly -- is run every full hour
  • /etc/periodic/daily -- is run every day at 2am
  • /etc/periodic/weekly -- is run every saturday at 3am
  • /etc/periodic/month -- is run on the first day of every month at 5am