mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-05 22:04:58 +01:00
5 lines
61 B
Bash
5 lines
61 B
Bash
|
#!/bin/sh
|
||
|
set -eu
|
||
|
|
||
|
exec busybox crond -f -l 0 -L /dev/stdout
|