summaryrefslogtreecommitdiff
path: root/.docker/app/dcron.sh
diff options
context:
space:
mode:
Diffstat (limited to '.docker/app/dcron.sh')
-rw-r--r--.docker/app/dcron.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/.docker/app/dcron.sh b/.docker/app/dcron.sh
new file mode 100644
index 000000000..b16f15a9c
--- /dev/null
+++ b/.docker/app/dcron.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+# https://github.com/dubiousjim/dcron/issues/13
+set -e
+
+/usr/sbin/crond "$@"