|
Making an entry to the crontab in Solaris
To setup the client to run as a cron job every five minutes, do the following:
[prompt]#EDITOR=vi (Or editor of choice)
[prompt]#export EDITOR
[prompt]#crontab -e root
Add the following line of code to the end of the root crontab file:
0,5,10,15,20,25,30,35,40,45,50,55 * * * * /[path srlmClient was extracted to]/srlmClient/run
See Project Contacts for further assistance.
|