Adding cron in VestaCP
Adding cron in VestaCP
Hi,
I have a question as cron jobs added in VestaCP?
I would like to do a php file every 30 minutes ...
As I enter the bookmark crons I have the following position:
- Deals
- Hour
- Day
- Month
- Day of week
- Command
The script is located in www.nazwa.pl/tajne/moj_cron.php
Haw can i call it every 30 minutes?
Northwest
I have a question as cron jobs added in VestaCP?
I would like to do a php file every 30 minutes ...
As I enter the bookmark crons I have the following position:
- Deals
- Hour
- Day
- Month
- Day of week
- Command
The script is located in www.nazwa.pl/tajne/moj_cron.php
Haw can i call it every 30 minutes?
Northwest
Re: Adding cron in VestaCP
thank you.
Command? How can i run my php script: http:///www.nazwa.pl/tajne/moj_cron.php ?
Command? How can i run my php script: http:///www.nazwa.pl/tajne/moj_cron.php ?
-
- Collaborator
- Posts: 783
- Joined: Mon May 11, 2015 8:43 am
- Contact:
- Os: CentOS 6x
- Web: apache + nginx
Re: Adding cron in VestaCP
command: php /home/hereYourUsername/nazwa.pl/public_html/tajne/moj_cron.phpnorthwest wrote:thank you.
Command? How can i run my php script: http:///www.nazwa.pl/tajne/moj_cron.php ?
Re: Adding cron in VestaCP
It works, but is performed every 1 hour (1.30, 2.30, 3.30, 4.30, 5.30, etc)
And I would like every 30 minutes ... 1.00, 1.30, 2.00, 2.30, 3.00, 3.30 .... :)
And I would like every 30 minutes ... 1.00, 1.30, 2.00, 2.30, 3.00, 3.30 .... :)
Re: Adding cron in VestaCP
Minute */30