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-14 18:35:08 +01:00
Code
Activity
fa7ba2dce1
nextcloud-docker
/
14.0
/
apache
/
cron.sh
5 lines
61 B
Bash
Raw
Normal View
History
Unescape
Escape
Run update.sh Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-07-31 10:31:28 +02: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