#SHELL=/bin/zsh
#FORCE_INTERACTIVE=1
#
# Crontab generated for Elive, you can add here your own cronjobs
#
## ELIVE START
# elive-health is pretty required and doesn't uses any resources, run it each hour, also run it each monday
0 */1 * * *        elive-cron-gui-run  elive-health --soft --no-delay
0 11 */2 * *       elive-cron-gui-run  /etc/xdg/autostart/elive-health.desktop

# Elive news, every 56 hours (2 days + shift) is enough, so user may boot the desktop before that
5 */56 * * *       elive-cron-gui-run  /etc/xdg/autostart/elive-news.desktop

# Restart notification daemon every some minutes in order to cleanup its widget
*/40 * * * *       elive-cron-gui-run  notification-daemon-restarter

# Upgrade your system every 3 days at 11am, if the user has it enabled
5 11 */3 * *       elive-cron-gui-run  /etc/xdg/autostart/elive-upgrader.desktop

# Check system errors every 15 minutes
*/15 * * * *       elive-cron-gui-run  --replace dmesg-report-errors

## ELIVE END



# vim: set ft=crontab : #
