cronie
Cronie is a free and open-source implementation of the cron system, a time-based job scheduler utility commonly found in Unix-like operating systems. It allows users to schedule commands or scripts to run periodically at fixed times, dates, or intervals. Cronie is a fork of the original Vixie cron and aims to provide a more robust and feature-rich alternative.
The primary function of cronie is to execute jobs defined in crontab files. These files contain instructions
Key features of cronie include enhanced security measures, such as support for SELinux and PAM. It also