* kde-apps/kcron
Description: KDE Task Scheduler
https://linux.overshoot.tv/etc/crontab
/etc/cron.*/
/var/spool/cron/crontabs/
etc.
Service
Check is the cron deamon is properly activated:
rc-update show --verbose | grep cron
cronie | default
If necessary, add it:
# rc-update add cronie default
* service cronie added to runlevel default
# rc-service cronie start
* Starting cronie ...
# rc-service cronie status
* status: started
Logs