mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-18 11:06:43 +01: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
|