Hi,
I want to set up a cron job for Sendy newsletter hosted on my server.
The instructions are:
I have a question about the command. Should I select as task type to run a command or better run a PHP script?
What about the redirection parameter > /dev/null 2>&1?
Thanks!
I want to set up a cron job for Sendy newsletter hosted on my server.
The instructions are:
Time Interval
*/1 * * * *
Command
php /var/www/vhosts/domain.com/subdomain.domain.com/import-csv.php > /dev/null 2>&1
I have a question about the command. Should I select as task type to run a command or better run a PHP script?
What about the redirection parameter > /dev/null 2>&1?
Thanks!