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

19 lines
781 B
Markdown
Raw Normal View History

2022-02-24 17:16:01 +00:00
# kiwi-cron
[![Build Status](https://github.drone.yavook.de/api/badges/ldericher/kiwi-cron/status.svg)](https://github.drone.yavook.de/ldericher/kiwi-cron)
> `kiwi` - simple, consistent, powerful
Simple cron-jobs for [`kiwi-scp`](https://github.com/ldericher/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