OpenSuse 42.x යාවත්කාලීන කිරීම:
/ etc / crontab සෑම මිනිත්තු 15 කට වරක් ධාවනය කළ යුතු ගොනුවක් / usr / lib / cron / run-crons පෙන්වයි.
/ usr / lib / cron / run-crons අනෙක් අතට (කේත රේඛා තිබිය හැක) 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=""
ඔබට අවශ්ය වේලාවට එය සකසා ක්රෝන් හරහා නැවත ආරම්භ කරන්න;
systemctl restart cron.service