Hey all,
I have a question:
I want a file to be run every 15 minutes, so i wanted to set up a cronjob. I just login as the user its for:
/home/user/public_html/dir/runthisfile.php
/home/user/
Here user is ofcourse the username. This is already given when going to cron. As for time i used the following settings:
Minute */15
Hour *
Day of Month *
Month *
Day of Week *
Command: /home/user/public_html/dir/runthisfile.php
Is this correct? And if not what should be adjusted? I hope someone can help me out here, thanks in advance!
I have a question:
I want a file to be run every 15 minutes, so i wanted to set up a cronjob. I just login as the user its for:
/home/user/public_html/dir/runthisfile.php
/home/user/
Here user is ofcourse the username. This is already given when going to cron. As for time i used the following settings:
Minute */15
Hour *
Day of Month *
Month *
Day of Week *
Command: /home/user/public_html/dir/runthisfile.php
Is this correct? And if not what should be adjusted? I hope someone can help me out here, thanks in advance!