mirror of
https://github.com/nicolabs/nextcloud-docker.git
synced 2025-09-21 00:31:40 +02:00
7 lines
97 B
Bash
7 lines
97 B
Bash
|
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
mkdir -p /var/spool/cron/crontabs
|
||
|
|
||
|
exec busybox crond -f -l 0 -L /dev/stdout
|