mirror of
https://github.com/nextcloud/docker.git
synced 2025-12-25 03:11:47 +01:00
5 lines
56 B
Bash
Executable File
5 lines
56 B
Bash
Executable File
#!/bin/sh
|
|
set -eu
|
|
|
|
exec busybox crond -f -L /dev/stdout
|