Merge pull request #2605 from 0rax/develop
Add the ability to run crond inside the Docker containertokarchuk/v1.17
commit
1fa4fe706a
@ -0,0 +1,9 @@ |
|||||||
|
#!/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 |
Loading…
Reference in new issue