aboutsummaryrefslogtreecommitdiff
path: root/docker/s6/crond
Commit message (Collapse)AuthorAge
* ci: use new lint action and add custom config (#6562)ᴜɴᴋɴᴡᴏɴ2021-05-19
|
* shellcheck: fix warnings (#6274)ᴜɴᴋɴᴡᴏɴ2020-08-23
| | | | | * Remove outdated files * Fix warnings
* Add the ability to run crond inside the Docker containerJean-Philippe Roemer2016-02-12
- 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