From 980c5408489a3a3a56e49c3873f1bce6a0155cad Mon Sep 17 00:00:00 2001 From: PS Date: Sun, 1 Feb 2026 12:02:03 +0100 Subject: version 0.2.0.0 --- src/lib/source/system/cron/dcron-srv/run | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/lib/source/system/cron/dcron-srv/run (limited to 'src/lib/source/system/cron/dcron-srv/run') diff --git a/src/lib/source/system/cron/dcron-srv/run b/src/lib/source/system/cron/dcron-srv/run new file mode 100644 index 0000000..cd8101d --- /dev/null +++ b/src/lib/source/system/cron/dcron-srv/run @@ -0,0 +1,13 @@ +#!@shebangdir@/execlineb -P + +# ISC license. +# http://www.jimpryor.net/linux/dcron.html + +# Will only work with the new fork (version 4.6 or newer) +# https://github.com/ptchinster/dcron +# See issue https://github.com/dubiousjim/dcron/issues/13 + +fdmove -c 2 1 + +crond + -f -- cgit v1.2.3