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