mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-05 22:04:58 +01:00
1760450ac8
Signed-off-by: tilosp-bot <git-bot@tilosp.de>
4 lines
61 B
Bash
Executable file
4 lines
61 B
Bash
Executable file
#!/bin/sh
|
|
set -eu
|
|
|
|
exec busybox crond -f -l 0 -L /dev/stdout
|