diff options
Diffstat (limited to 'src/lib/source/system/cron/dcron-srv/run')
| -rw-r--r-- | src/lib/source/system/cron/dcron-srv/run | 13 |
1 files changed, 13 insertions, 0 deletions
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 |
