diff options
Diffstat (limited to 'docker/s6/crond')
-rw-r--r-- | docker/s6/crond/down | 0 | ||||
-rwxr-xr-x | docker/s6/crond/run | 9 |
2 files changed, 0 insertions, 9 deletions
diff --git a/docker/s6/crond/down b/docker/s6/crond/down deleted file mode 100644 index e69de29bb2..0000000000 --- a/docker/s6/crond/down +++ /dev/null diff --git a/docker/s6/crond/run b/docker/s6/crond/run deleted file mode 100755 index 9aa9fb9f27..0000000000 --- a/docker/s6/crond/run +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -# Crontabs are located by default in /var/spool/cron/crontabs/ -# The default configuration is also calling all the scripts in /etc/periodic/${period} - -if test -f ./setup; then - source ./setup -fi - -exec gosu root /usr/sbin/crond -fS |