cron
This is a wiki page. Be bold and improve it!
If you have any questions about the content on this page, don't hesitate to open a new ticket and we'll do our best to assist you.
* 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
/var/log # cat /var/log/messages | grep CRON