Very simple 50 line cron daemon for one job only
- synchronously - only one job at one time
- only daily mode - between 0-23h
- all output to stdout/error
The Cron utility has a hard limitation, the daemon must to be runned under root-user. This is unacceptable for running docker containers under a non-root user.