dcron icon indicating copy to clipboard operation
dcron copied to clipboard

dillon's lightweight cron daemon

Results 30 dcron issues
Sort by recently updated
recently updated
newest added

If compiled with `make CPPFLAGS=-DUSE_INOTIFY`, then `crond` will now monitor both crontab directories, and will immediately synchronize any files right after they have been closed or deleted. So far this...

Important if files are edited directly, not via `crontab`.

Hi, if a job returns code 11, it should be scheduled again, but isn't (in my setup). A simple script to test this is: # !/bin/bash bit=$(bc /tmp/logfile date >>...

Can we get a new release, like 4.6 or 4.5.1? Fixing https://github.com/dubiousjim/dcron/issues/3 is a major new function, and it would be nice to get it out to users who rely...

This line in `crontab` ``` */1 * * * * printf 'To: someuser\nSubject: spam\n' > /dev/stderr ``` results in the following behaviour: - For `root`, the spam is sent, verbatim,...

closes #15 Thanks to @jensrenner1980 Signed-off-by: Mario Haustein

I suggest changing `$SCRIPT || echo "$SCRIPT" failed` into, say `$SCRIPT || echo "$SCRIPT" failed 1>&2`. Motivation: most cron strings ignore standard output.

This seems like a dead project. I have forked it and included several of the open PRs here. I plan on testing them for ~week and then tagging the new...

Since this project hasnt seen an update in a while (is it being maintained?) i added some CFLAGS for security.