Atualização do OpenSuse 42.x:
/ etc / crontab mostra um arquivo / usr / lib / cron / run-crons que deve ser executado a cada 15 minutos.
/ usr / lib / cron / run-crons (por sua vez, pode ter linhas de código) que está procurando uma variável chamada DAILY_TIME em / etc / sysconfig / cron
O arquivo mostra;
# 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=""
Defina-o para o tempo necessário e reinicie o cron via;
systemctl restart cron.service