summaryrefslogtreecommitdiffstats
path: root/docker/s6/crond
Commit message (Collapse)AuthorAgeFilesLines
* Restructured docker buildingThomas Boerger2016-11-282-9/+0
| | | | | | | | | I have restructured the docker build process entirely, the binary gets built outside of the docker build command, now we are managing all dependencies with real Alpine packages and I have dropped features like socat or the cron daemon. Signed-off-by: Thomas Boerger <tboerger@suse.de>
* Add the ability to run crond inside the Docker containerJean-Philippe Roemer2016-02-122-0/+9
- Add the crond init script for s6 - Add the RUN_CROND configuration variable to setup crond - Crond will not be run by default (hence the `down` file in the service directory) - `start.sh` check if RUN_CROND = "true" || "1" and remove this file to tell s6 to run the initscript - Resolves #2597