Archive for the tag 'Ensim Support'

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

« Prev