mirror of
https://github.com/nextcloud/docker.git
synced 2024-12-26 19:16:13 +01:00
4 lines
56 B
Bash
Executable file
4 lines
56 B
Bash
Executable file
#!/bin/sh
|
|
set -eu
|
|
|
|
exec busybox crond -f -L /dev/stdout
|