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
--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/DebFrFrenchLists
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]