mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-05 14:03:29 +01:00
abe7b70052
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
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
|