[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Heure d'exécution de cron.*



Bonjour,

J'ai moi aussi 6h25 dans le crontab et pourtant je constate que
le cron.daily démarre à 7h30 (avec la commande ps) !
Comment cela se fait-il ?
Cela m'ennuie car du coup entre 7h30 et 8h, j'ai des accès disques
très intenses (find, logrotate) et c'est un moment ou j'utilise
ce PC ...

Merci.

Guy

# cat /etc/crontab
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin

# m h dom mon dow user  command
17 *    * * *   root    cd / && run-parts --report /etc/cron.hourly
25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily ) 47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly ) 52 6 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )
#



Bulot Grégory a écrit :
Le mardi 8 juillet 2008 09:47, steve a écrit :
Bonjour,

Je cherche à modifier l'heure d'exécution de cron.daily, mais je sèche.

Une idée ?

Merci et bonne journée

--
Steve

le man du cron me dit de regarder /etc/crontab chez moi c'est 6h25, par contre si tu modifie cette heure assure toi de l'ordre de lancement des hourly, weekly, monthly



Reply to: