summarylogtreecommitdiffstats
path: root/tuptime.cron
blob: 0557cfc6eaa5411f4601837a30882f358d4d9ce8 (plain)
1
2
3
4
5
6
7
8
# /etc/cron.d/tuptime: crontab entrie for tuptime update. 

# Execute tuptime each hour for avoid loss time if system don't shutdown correctly.
# NOTE: Decrease the execution time for increase the accuracity.

MAILTO=root

*/5 *    * * *   root    if [ -x /usr/bin/tuptime ]; then /usr/bin/tuptime -x > /dev/null; fi