FYI cron script not running in cron.daily on ubuntu #5064
f1-outsourcing
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was puzzled why the cron jobs were not running on a ubuntu vm (not using ubuntu much). It seems that if you put (symlinks to) acmecron.sh, these are skipped. If you remove the .sh they are processed. Maybe this is a bug in ubunut
you can verify this with:
run-parts --test /etc/cron.daily
Beta Was this translation helpful? Give feedback.
All reactions