Determine the site directory where you will install the cron job by typing the following:
sitelookup -d domainnameNavigate to the var/spool/cron folder of the domain you wish to enable the cron job for by typing
cd directoryfromlaststep/var/spool/cronIf the cron directory does not exist, create it by typing
mkdir croncreate a file with the admin name of the site you are on like this
vi admin13Change the ownership of this file like this
chown root admin13Now run the following commands
crontab -u admin13 admin13If done correctly it will output the cron job file back to you with no error, and the cron is then live.
This e-mail address is being protected from spambots. You need JavaScript enabled to view it.