mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-05 22:04:58 +01:00
4 lines
62 B
Bash
Executable file
4 lines
62 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
|
|
exec busybox crond -f -l 0 -L /dev/stdout
|