Adding file to /etc/cron.d doesn't make it run (ubuntu 10.04)
- by tom
If I scp a cron file into /etc/cron.d it doesn't run unless I edit the file and change the command. Then crond seems to pick up the cron file.
How can I make cron reload its cron files in ubuntu 10.04? 'touch'ing the file doesn't work nor does 'restart cron' or 'reload cron'.
My cron file is set to run every minute and logs to a file. Nothing…