Обновление OpenSuse 42.x:
/ etc / crontab показывает файл / usr / lib / cron / run-crons, который должен запускаться каждые 15 минут.
В свою очередь / usr / lib / cron / run-crons (содержит строки кода may), которая ищет переменную DAILY_TIME в / etc / sysconfig / cron
Файл показывает;
# At which time cron.daily should start. Default is 15 minutes after booting
# the system. Example setting would be "14:00".
# Due to the fact that cron script runs only every 15 minutes,
# it will only run on xx:00, xx:15, xx:30, xx:45, not at the accurate time
# you set.
DAILY_TIME=""
Установите нужное время и перезапустите cron с помощью;
systemctl restart cron.service