Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

8
  • what do you mean? I created /etc/cron.d/myjob manually Commented Oct 30, 2018 at 2:07
  • Which daemon are you running? I'm on Arch Linux using cronie, and man 5 crontab explicitly mentions /etc/cron.d/ being used as you describe, but I suspect some cron daemons don't do that. Commented Oct 30, 2018 at 2:09
  • How can I find it out? Commented Oct 30, 2018 at 2:09
  • In my case it was in the bottom left of man 5 crontab, but you could also look at which *cron* packages you have installed. Commented Oct 30, 2018 at 2:10
  • man 5 cron says (Vixie Cron) Commented Oct 30, 2018 at 2:11