0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-03-14 18:35:08 +01:00
nextcloud-docker/12.0/fpm/cron.sh
Robert Dailey fa7ba2dce1 Launch crond in background from entrypoint.sh
This is so that the crontab is executed on a regular schedule in the background
without a secondary container to execute it.

Relates to #134
2018-11-13 16:23:30 -06:00

4 lines
61 B
Bash
Executable file

#!/bin/sh
set -eu
exec busybox crond -b -l 0 -L /dev/stdout