Hi,
We have a cPanel server where we host websites of our clients. All the websites are powered by our software which requires several cron jobs to function properly. Is there a way to automatically set up these crons whenever a new account is added? So let's say we add some-site.com. This automatically means that we as well want to set up a cron that does something like
wget http://some-site.com/index.php?run_scheduler=1 >/dev/null &
wget http://some-site.com/index.php?run_importer=1&run_scheduler=1 >/dev/null &
Thanks,
Eugene B
We have a cPanel server where we host websites of our clients. All the websites are powered by our software which requires several cron jobs to function properly. Is there a way to automatically set up these crons whenever a new account is added? So let's say we add some-site.com. This automatically means that we as well want to set up a cron that does something like
wget http://some-site.com/index.php?run_scheduler=1 >/dev/null &
wget http://some-site.com/index.php?run_importer=1&run_scheduler=1 >/dev/null &
Thanks,
Eugene B