mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-06 06:14:57 +01:00
a4efb0e686
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
|