cron icon indicating copy to clipboard operation
cron copied to clipboard

Vixie Cron, an open source implementation of POSIX Cron, later imported into BSD and Linux

Results 9 cron issues
Sort by recently updated
recently updated
newest added

using debian, apparently, the mailer used by cron cannot be configured on debian, as a result, cron doesn't send mails. I think cron uses the link **/usr/sbin/sendmail** ( ls -li...

*Please check the **[Preview]**.* *This is a draft PR, just so you notice it.* *I would love to merge it already, despite* *not everything being finished yet, just to* *have...

If the day-of-the-month field values could be 0-31 instead of 1-31 you could use day zero to express the last day of the previous month. This would simplify a lot...

Could you add the MAILFROM parameter to be used in addition to the MAILTO? Certain mail services require the FROM name to be the same as the username that is...

As far as I know `@weekly` means `0 0 * * 0` At the moment `DOW_STAR` flag is set for this definition, but it should be `DOM_STAR` (M instead of...

It appears to me the last release of vixie-cron is a very old one from 2004, unlikely to compile in a modern environment, but new development has happened in this...

Deleting a crontab without any warning at all when a user mistypes the most commonly used command (`crontab -e`) as the letter next to that is... unwise. Adding a prompt...

Hi, I know this isn't an issue but I noticed that Github Discussions wasn't enabled for this repository. If this isn't the proper place to pose this question, would you...