trying to program a cron job
here it is,
@reboot lynx -dump ft-server > /dev/null
When I run the job manually via webmin, all is well, does what it is supposed to, no error. But when I reboot the system, it does nothing.
Help!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Instead of trying to make lynx got to the website that was hosted locally, All I had to do was run the php file.
my command was not running because apache wasn’t up yet.