mirror of
https://github.com/nextcloud/docker.git
synced 2025-03-14 18:35:08 +01:00
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
4 lines
61 B
Bash
Executable file
4 lines
61 B
Bash
Executable file
#!/bin/sh
|
|
set -eu
|
|
|
|
exec busybox crond -b -l 0 -L /dev/stdout
|