diff options
| author | PS <p@0x53.net> | 2026-02-01 12:02:03 +0100 |
|---|---|---|
| committer | PS <p@0x53.net> | 2026-02-01 12:02:03 +0100 |
| commit | 980c5408489a3a3a56e49c3873f1bce6a0155cad (patch) | |
| tree | 91df5fa62e7eca03d04b8ed114b20b337b99a556 /src/lib/source/system/cron | |
| download | goetia-base-980c5408489a3a3a56e49c3873f1bce6a0155cad.tar.gz goetia-base-980c5408489a3a3a56e49c3873f1bce6a0155cad.tar.bz2 goetia-base-980c5408489a3a3a56e49c3873f1bce6a0155cad.zip | |
version 0.2.0.0
Diffstat (limited to 'src/lib/source/system/cron')
| -rw-r--r-- | src/lib/source/system/cron/dcron-srv/producer-for | 1 | ||||
| -rw-r--r-- | src/lib/source/system/cron/dcron-srv/run | 13 | ||||
| -rw-r--r-- | src/lib/source/system/cron/dcron-srv/type | 1 |
3 files changed, 15 insertions, 0 deletions
diff --git a/src/lib/source/system/cron/dcron-srv/producer-for b/src/lib/source/system/cron/dcron-srv/producer-for new file mode 100644 index 0000000..742632d --- /dev/null +++ b/src/lib/source/system/cron/dcron-srv/producer-for @@ -0,0 +1 @@ +dcron-log 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 diff --git a/src/lib/source/system/cron/dcron-srv/type b/src/lib/source/system/cron/dcron-srv/type new file mode 100644 index 0000000..5883cff --- /dev/null +++ b/src/lib/source/system/cron/dcron-srv/type @@ -0,0 +1 @@ +longrun |
