How to add a cron job for a domain in Ensim
Login to the server as ‘root’ user via SSH
Do a ’sitelookup’ for the domain
$ sitelookup -d domain.com wp_user
This will return the admin user name of the domain in the server, say ‘admin##’
Type
$ crontab -u admin## -e
Enter the corresponding cron, save and exit
Restart the crond service.
$ service crond restart
Leave a Reply
You must be logged in to post a comment.