#
# Cron utilities for Digi CM.
#

* cron 
    - daemon to execute scheduled commands (Vixie Cron)

    You can test cron utility using the files under 'cron' directory.
    Please complete following step to run cron.
    1. copy files under utility/cron directory to /usr2/ directory of CM
    2. run cron daemon in CLI of CM
       # /usr2/cron 
       If you want cron to start at boot up add /usr2/cron to /usr2/rc.user
    3. install cron job table using crontab
       # crontab samplecrontab_file
        
    Sample "samplecrontab_file" makes /tmp/current_date file every 2 minutes.
    Please note that editing crotab file using crontab(crontab -e file) 
    is not supported. To edit crotab file please use vi editor in the CLI.
	
