# crontab
# 
# User Information
#        |USER|(|GROUP|) : |UINF|
#        Home Path  : |HOME|
#        User Shell : |SHELL|
#
# Description
#        This crontab header created by cronclock template
#
# Update Information
#        created : |CURRENT|
#

# SHELL : cron's default is /bin/sh
SHELL=|SHELL|
# PATH : cron's default is /usr/bin:/bin
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/bin
# MAIL : 
#       MAILTO=       : not send mail
#       MAILTO='user' : send to 'user'
#       'not define'  : send to root
MAILTO=root
# Execute directory : cron's default is users home dirctory
HOME=|HOME|
