# Desktop-agnostic upgrade notifier - reboot notifier cron job

MAILTO=""
PATH=/usr/sbin:/usr/bin:/sbin:/bin

0 * * * *	root	[ -x /usr/libexec/daun/reboot-notifier ] && ! [ -d /run/systemd/system ] && /usr/libexec/daun/reboot-notifier
