This website requires JavaScript.
Explore
Help
Sign in
aaron
/
nextcloud-docker
Watch
0
Star
0
Fork
You've already forked nextcloud-docker
0
mirror of
https://github.com/nextcloud/docker.git
synced
2025-03-16 11:25:09 +01:00
Code
Activity
fa7ba2dce1
nextcloud-docker
/
15.0-beta
/
fpm-alpine
/
cron.sh
5 lines
61 B
Bash
Raw
Normal View
History
Unescape
Escape
Update to 15.0.0beta1
2018-11-08 16:51:23 +00:00
#!/bin/sh
set
-eu
Launch crond in background from entrypoint.sh This is so that the crontab is executed on a regular schedule in the background without a secondary container to execute it. Relates to #134
2018-11-13 16:22:10 -06:00
exec
busybox crond -b -l
0
-L /dev/stdout
Copy permalink