Crons are being deleted

Status
Not open for further replies.

kirlevon26

New Member
Messages
3
Reaction score
0
Points
0
I'm creating a cron to execute a php file, but it's being deleted after a few hours. I want to know why? maybe I'm doing something wrong?
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
How often was the cron being run?

Less than 5 minutes apart, and the system should shut it down.
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
root@starka [~]# crontab -l -u coder90
* * * * * php /home/coder90/etc/active_users.php

As stated above, you need to have it running at least 5 minutes apart. I have made the change for you.
 
Status
Not open for further replies.
Top